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

Method GetConsistencyGraph

src/colmap/mvs/patch_match.cc:149–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149ConsistencyGraph PatchMatch::GetConsistencyGraph() const {
150 const auto& ref_image = problem_.images->at(problem_.ref_image_idx);
151 return ConsistencyGraph(ref_image.GetWidth(),
152 ref_image.GetHeight(),
153 patch_match_cuda_->GetConsistentImageIdxs());
154}
155
156PatchMatchController::PatchMatchController(
157 const PatchMatchOptions& options,

Callers 1

ProcessProblemMethod · 0.80

Calls 3

ConsistencyGraphClass · 0.70
GetWidthMethod · 0.45
GetHeightMethod · 0.45

Tested by

no test coverage detected