KinectCaptureRetrievePointCloudMap Method |
http://www.emgu.com
Retrieve all the points (x, y, z position in meters) from Kinect, row by row.
Namespace: Emgu.CVAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic bool RetrievePointCloudMap(
IOutputArray image
)
Public Function RetrievePointCloudMap (
image As IOutputArray
) As Boolean
public:
bool RetrievePointCloudMap(
IOutputArray^ image
)
member RetrievePointCloudMap :
image : IOutputArray -> bool
Parameters
- image
- Type: Emgu.CVIOutputArray
[Missing <param name="image"/> documentation for "M:Emgu.CV.KinectCapture.RetrievePointCloudMap(Emgu.CV.IOutputArray)"]
Return Value
Type:
BooleanAll the points (x, y, z position in meters) from Kinect, row by row.
See Also