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

Method GetKeypoints

src/colmap/controllers/matcher_cache.cc:107–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107std::shared_ptr<FeatureKeypoints> FeatureMatcherCache::GetKeypoints(
108 const image_t image_id) {
109 return keypoints_cache_->Get(image_id);
110}
111
112std::shared_ptr<FeatureDescriptors> FeatureMatcherCache::GetDescriptors(
113 const image_t image_id) {

Callers 7

RunMethod · 0.80
RunMethod · 0.80
IndexImagesMethod · 0.80
QueryMethod · 0.80
RigVerificationFunction · 0.80
RunMethod · 0.80
TESTFunction · 0.80

Calls 1

GetMethod · 0.45

Tested by 1

TESTFunction · 0.64