Click or drag to resize
KinectCaptureRetrieveDepthMap Method
http://www.emgu.com
Retrieve the depth map from Kinect (in mm)

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

Parameters

image
Type: Emgu.CVIOutputArray

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

Return Value

Type: Boolean
The depth map from Kinect (in mm)
See Also