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.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
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