MCPcopy Create free account
hub / github.com/colmap/colmap / GetNormalMapPath

Method GetNormalMapPath

src/colmap/mvs/workspace.cc:139–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137}
138
139std::filesystem::path Workspace::GetNormalMapPath(const int image_idx) const {
140 return normal_map_path_ / GetFileName(image_idx);
141}
142
143bool Workspace::HasBitmap(const int image_idx) const {
144 return ExistsFile(GetBitmapPath(image_idx));

Callers 2

ProcessProblemMethod · 0.80
TEST_PFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_PFunction · 0.64