Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/colmap/colmap
/ HasBitmap
Method
HasBitmap
src/colmap/mvs/workspace.cc:143–145 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
141
}
142
143
bool Workspace::HasBitmap(const int image_idx) const {
144
return ExistsFile(GetBitmapPath(image_idx));
145
}
146
147
bool Workspace::HasDepthMap(const int image_idx) const {
148
return ExistsFile(GetDepthMapPath(image_idx));
Callers
2
Run
Method · 0.80
TEST_P
Function · 0.80
Calls
1
ExistsFile
Function · 0.85
Tested by
1
TEST_P
Function · 0.64