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

Method GetBitmapPath

src/colmap/mvs/workspace.cc:131–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131std::filesystem::path Workspace::GetBitmapPath(const int image_idx) const {
132 return model_.images.at(image_idx).GetPath();
133}
134
135std::filesystem::path Workspace::GetDepthMapPath(const int image_idx) const {
136 return depth_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