Click or drag to resize

DisparityWLSFilter Constructor (Boolean)

http://www.emgu.com
Create instance of DisparityWLSFilter and execute basic initialization routines. When using this method you will need to set-up the ROI, matchers and other parameters by yourself.

Namespace:  Emgu.CV.XImgproc
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public DisparityWLSFilter(
	bool useConfidence
)

Parameters

useConfidence
Type: SystemBoolean
Filtering with confidence requires two disparity maps (for the left and right views) and is approximately two times slower. However, quality is typically significantly better.
See Also