Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/colmap/colmap
/ HasDepthMap
Method
HasDepthMap
src/colmap/mvs/workspace.cc:147–149 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
145
}
146
147
bool Workspace::HasDepthMap(const int image_idx) const {
148
return ExistsFile(GetDepthMapPath(image_idx));
149
}
150
151
bool Workspace::HasNormalMap(const int image_idx) const {
152
return ExistsFile(GetNormalMapPath(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