KinectCaptureRetrieveValidDepthMap Method |
http://www.emgu.com
Retrieve the valid depth map from Kinect
Namespace: Emgu.CVAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
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