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

Method GetSelProbMap

src/colmap/mvs/patch_match.cc:145–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143}
144
145Mat<float> PatchMatch::GetSelProbMap() const {
146 return patch_match_cuda_->GetSelProbMap();
147}
148
149ConsistencyGraph PatchMatch::GetConsistencyGraph() const {
150 const auto& ref_image = problem_.images->at(problem_.ref_image_idx);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected