MCPcopy Create free account
hub / github.com/colmap/colmap / ReadKeypoints

Method ReadKeypoints

src/colmap/scene/database_sqlite.cc:837–839  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

835 }
836
837 FeatureKeypoints ReadKeypoints(const image_t image_id) const override {
838 return FeatureKeypointsFromBlob(ReadKeypointsBlob(image_id));
839 }
840
841 FeatureDescriptors ReadDescriptors(const image_t image_id) const override {
842 Sqlite3StmtContext context(sql_stmt_read_descriptors_);

Callers 12

TEST_PFunction · 0.45
SynthesizeNoiseFunction · 0.45
TESTFunction · 0.45
MergeMethod · 0.45
LoadMethod · 0.45
FeatureMatcherCacheMethod · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
RunVocabTreeRetrieverFunction · 0.45
ReestimateRelativePosesFunction · 0.45
ShowMatchesMethod · 0.45
ShowImageMethod · 0.45

Calls 1

FeatureKeypointsFromBlobFunction · 0.85

Tested by 4

TEST_PFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36