| 143 | } |
| 144 | |
| 145 | Mat<float> PatchMatch::GetSelProbMap() const { |
| 146 | return patch_match_cuda_->GetSelProbMap(); |
| 147 | } |
| 148 | |
| 149 | ConsistencyGraph PatchMatch::GetConsistencyGraph() const { |
| 150 | const auto& ref_image = problem_.images->at(problem_.ref_image_idx); |
nothing calls this directly
no outgoing calls
no test coverage detected