[][src]Function opencv::ximgproc::create_right_matcher

pub fn create_right_matcher(
    matcher_left: Ptr<dyn StereoMatcher>
) -> Result<Ptr<dyn StereoMatcher>>

Convenience method to set up the matcher for computing the right-view disparity map that is required in case of filtering with confidence.

Parameters

  • matcher_left: main stereo matcher instance that will be used with the filter