Click or drag to resize
KinectCaptureGetColorPoints Method
http://www.emgu.com
Get an enumerator of the colored points from Kinect. This function can only be called after the Grab() function.

Namespace: Emgu.CV
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public ColorPoint[] GetColorPoints(
	Image<Gray, byte> mask
)

Parameters

mask
Type: Emgu.CVImageGray, Byte
The mask that controls which points should be returned. You can use the result from RetrieveValidDepthMap() function. Use null if you want all points to be returned

Return Value

Type: ColorPoint
An enumerator of the colored points from Kinect
See Also