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

Method ExistsKeypoints

src/colmap/controllers/matcher_cache.cc:164–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162}
163
164bool FeatureMatcherCache::ExistsKeypoints(const image_t image_id) {
165 return *keypoints_exists_cache_->Get(image_id);
166}
167
168bool FeatureMatcherCache::ExistsDescriptors(const image_t image_id) {
169 return *descriptors_exists_cache_->Get(image_id);

Callers 6

RunMethod · 0.45
RunMethod · 0.45
FeatureMatcherCacheMethod · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
NextMethod · 0.45

Calls 1

GetMethod · 0.45

Tested by 2

TESTFunction · 0.36
TESTFunction · 0.36