Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
219
bool DatabaseCache::ExistsImage(const image_t image_id) const {
220
return images_.find(image_id) != images_.end();
221
}
222
223
std::shared_ptr<const class CorrespondenceGraph>
224
DatabaseCache::CorrespondenceGraph() const {
Callers
nothing calls this directly
Calls
1
end
Method · 0.45
Tested by
no test coverage detected