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

Method ExistsImage

src/colmap/scene/database_cache.h:219–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217}
218
219bool DatabaseCache::ExistsImage(const image_t image_id) const {
220 return images_.find(image_id) != images_.end();
221}
222
223std::shared_ptr<const class CorrespondenceGraph>
224DatabaseCache::CorrespondenceGraph() const {

Callers

nothing calls this directly

Calls 1

endMethod · 0.45

Tested by

no test coverage detected