Click or drag to resize
KinectCaptureRetrieveDisparityMap Method
http://www.emgu.com
Retrieve disparity map (in pixels) from Kinect

Namespace: Emgu.CV
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public bool RetrieveDisparityMap(
	IOutputArray image
)

Parameters

image
Type: Emgu.CVIOutputArray

[Missing <param name="image"/> documentation for "M:Emgu.CV.KinectCapture.RetrieveDisparityMap(Emgu.CV.IOutputArray)"]

Return Value

Type: Boolean
The disparity map from Kinect
See Also