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

Method GetNormalMap

src/colmap/mvs/patch_match.cc:141–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141NormalMap PatchMatch::GetNormalMap() const {
142 return patch_match_cuda_->GetNormalMap();
143}
144
145Mat<float> PatchMatch::GetSelProbMap() const {
146 return patch_match_cuda_->GetSelProbMap();

Callers 3

ProcessProblemMethod · 0.80
FuseMethod · 0.80
TEST_PFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_PFunction · 0.64