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