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

Parameters

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