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

Method ExistsCamera

src/colmap/scene/database_cache.h:211–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209}
210
211bool DatabaseCache::ExistsCamera(const camera_t camera_id) const {
212 return cameras_.find(camera_id) != cameras_.end();
213}
214
215bool DatabaseCache::ExistsFrame(const frame_t frame_id) const {
216 return frames_.find(frame_id) != frames_.end();

Callers

nothing calls this directly

Calls 1

endMethod · 0.45

Tested by

no test coverage detected