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

Method WriteKeypoints

src/colmap/scene/database_sqlite.cc:1262–1265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1260 }
1261
1262 void WriteKeypoints(const image_t image_id,
1263 const FeatureKeypoints& keypoints) override {
1264 WriteKeypoints(image_id, FeatureKeypointsToBlob(keypoints));
1265 }
1266
1267 void WriteKeypoints(const image_t image_id,
1268 const FeatureKeypointsBlob& blob) override {

Callers 9

TEST_PFunction · 0.45
SynthesizeDatasetFunction · 0.45
CreateTestDatabaseFunction · 0.45
CreateLegacyTestDatabaseFunction · 0.45
MergeMethod · 0.45
RunMethod · 0.45
RunMethod · 0.45
TEST_PFunction · 0.45
TESTFunction · 0.45

Calls 2

FeatureKeypointsToBlobFunction · 0.85
WriteDynamicMatrixBlobFunction · 0.85

Tested by 5

TEST_PFunction · 0.36
CreateTestDatabaseFunction · 0.36
CreateLegacyTestDatabaseFunction · 0.36
TEST_PFunction · 0.36
TESTFunction · 0.36