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

Method UpdateKeypoints

src/colmap/scene/database_sqlite.cc:1516–1519  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1514 }
1515
1516 void UpdateKeypoints(image_t image_id,
1517 const FeatureKeypoints& keypoints) override {
1518 UpdateKeypoints(image_id, FeatureKeypointsToBlob(keypoints));
1519 }
1520
1521 void UpdateKeypoints(image_t image_id,
1522 const FeatureKeypointsBlob& blob) override {

Callers 2

TEST_PFunction · 0.45
SynthesizeNoiseFunction · 0.45

Calls 2

FeatureKeypointsToBlobFunction · 0.85
WriteDynamicMatrixBlobFunction · 0.85

Tested by 1

TEST_PFunction · 0.36