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

Method GetDepthMap

src/colmap/mvs/patch_match.cc:137–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135}
136
137DepthMap PatchMatch::GetDepthMap() const {
138 return patch_match_cuda_->GetDepthMap();
139}
140
141NormalMap PatchMatch::GetNormalMap() const {
142 return patch_match_cuda_->GetNormalMap();

Callers 4

ProcessProblemMethod · 0.80
RunMethod · 0.80
FuseMethod · 0.80
TEST_PFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_PFunction · 0.64