Click or drag to resize

RightMatcher Constructor

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.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntax
public RightMatcher(
	IStereoMatcher matcherLeft
)

Parameters

matcherLeft
Type: Emgu.CVIStereoMatcher
Main stereo matcher instance that will be used with the filter
See Also