Click or drag to resize
KinectCaptureRetrievePointCloudMap Method
http://www.emgu.com
Retrieve all the points (x, y, z position in meters) from Kinect, row by row.

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

Parameters

image
Type: Emgu.CVIOutputArray

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

Return Value

Type: Boolean
All the points (x, y, z position in meters) from Kinect, row by row.
See Also