KinectCaptureRetrieveDepthMap Method |
http://www.emgu.com
Retrieve the depth map from Kinect (in mm)
Namespace: Emgu.CVAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic bool RetrieveDepthMap(
IOutputArray image
)
Public Function RetrieveDepthMap (
image As IOutputArray
) As Boolean
public:
bool RetrieveDepthMap(
IOutputArray^ image
)
member RetrieveDepthMap :
image : IOutputArray -> bool
Parameters
- image
- Type: Emgu.CVIOutputArray
[Missing <param name="image"/> documentation for "M:Emgu.CV.KinectCapture.RetrieveDepthMap(Emgu.CV.IOutputArray)"]
Return Value
Type:
BooleanThe depth map from Kinect (in mm)
See Also