Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/colmap/colmap
/ HasNormalMap
Method
HasNormalMap
src/colmap/mvs/workspace.cc:151–153 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
149
}
150
151
bool Workspace::HasNormalMap(const int image_idx) const {
152
return ExistsFile(GetNormalMapPath(image_idx));
153
}
154
155
CachedWorkspace::CachedImage::CachedImage(CachedImage&& other) noexcept {
156
num_bytes = other.num_bytes;
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