Click or drag to resize

DisparityWLSFilter Constructor (IStereoMatcher)

http://www.emgu.com
Creates an instance of DisparityWLSFilter and sets up all the relevant filter parameters automatically based on the matcher instance. Currently supports only StereoBM and StereoSGBM.

Namespace:  Emgu.CV.XImgproc
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntax
public DisparityWLSFilter(
	IStereoMatcher matcherLeft
)

Parameters

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