http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Get an enumerator of the colored points from Kinect. This function can only be called after the Grab() function.
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Syntax
C# |
---|
public KinectCapture..::..ColorPoint[] GetColorPoints( Image<Gray, byte> mask ) |
Visual Basic |
---|
Public Function GetColorPoints ( _ mask As Image(Of Gray, Byte) _ ) As KinectCapture..::..ColorPoint() |
Visual C++ |
---|
public: array<KinectCapture..::..ColorPoint>^ GetColorPoints( Image<Gray, unsigned char>^ mask ) |
Parameters
- mask
- Type: Emgu.CV..::..Image<(Of <(<'Gray, 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