Click or drag to resize

QuasiDenseStereoGetDisparity Method

http://www.emgu.com
Compute and return the disparity map based on the correspondences found in the "process" method.

Namespace:  Emgu.CV.Stereo
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public Mat GetDisparity(
	byte disparityLvls = 50
)

Parameters

disparityLvls (Optional)
Type: SystemByte
The level of detail in output disparity image.

Return Value

Type: Mat
Mat containing a the disparity image in grayscale.
See Also