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

Method ExistsFrame

src/colmap/scene/database_cache.h:215–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213}
214
215bool DatabaseCache::ExistsFrame(const frame_t frame_id) const {
216 return frames_.find(frame_id) != frames_.end();
217}
218
219bool DatabaseCache::ExistsImage(const image_t image_id) const {
220 return images_.find(image_id) != images_.end();

Callers

nothing calls this directly

Calls 1

endMethod · 0.45

Tested by

no test coverage detected