Method CreateRightMatcher
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
CreateRightMatcher(StereoMatcher)
Convenience method to set up the matcher for computing the right-view disparity map that is required in case of filtering with confidence.
public static StereoMatcher CreateRightMatcher(StereoMatcher matcherLeft)
Parameters
matcherLeftStereoMatchermain stereo matcher instance that will be used with the filter.