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