Emgu.CV.KinectCapture.RetrieveValidDepthMap C# (CSharp) Method

RetrieveValidDepthMap() public method

Retrieve the valid depth map from Kinect
public RetrieveValidDepthMap ( ) : Byte>.Image
return Byte>.Image
        public Image<Gray, Byte> RetrieveValidDepthMap()
        {
            return RetrieveGrayFrame((int)OpenNIDataType.ValidDepthMask);
        }