MCPcopy 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
151bool Workspace::HasNormalMap(const int image_idx) const {
152 return ExistsFile(GetNormalMapPath(image_idx));
153}
154
155CachedWorkspace::CachedImage::CachedImage(CachedImage&& other) noexcept {
156 num_bytes = other.num_bytes;

Callers 2

RunMethod · 0.80
TEST_PFunction · 0.80

Calls 1

ExistsFileFunction · 0.85

Tested by 1

TEST_PFunction · 0.64