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

Method GetDepthMapPath

src/colmap/mvs/workspace.cc:135–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135std::filesystem::path Workspace::GetDepthMapPath(const int image_idx) const {
136 return depth_map_path_ / GetFileName(image_idx);
137}
138
139std::filesystem::path Workspace::GetNormalMapPath(const int image_idx) const {
140 return normal_map_path_ / GetFileName(image_idx);

Callers 2

ProcessProblemMethod · 0.80
TEST_PFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_PFunction · 0.64