http://www.emgu.com
Set up the matcher for computing the right-view disparity map that is required in case of filtering with confidence.
Namespace:
Emgu.CV.XImgproc
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic RightMatcher(
IStereoMatcher matcherLeft
)
Public Sub New (
matcherLeft As IStereoMatcher
)
public:
RightMatcher(
IStereoMatcher^ matcherLeft
)
new :
matcherLeft : IStereoMatcher -> RightMatcher
Parameters
- matcherLeft
- Type: Emgu.CVIStereoMatcher
Main stereo matcher instance that will be used with the filter
See Also