Click or drag to resize
KinectCaptureRetrieveValidDepthMap Method
http://www.emgu.com
Retrieve the valid depth map 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 RetrieveValidDepthMap(
	IOutputArray image
)

Parameters

image
Type: Emgu.CVIOutputArray

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

Return Value

Type: Boolean
The valid depth map from Kinect
See Also