Emgu.CV.KinectCapture.RetrieveValidDepthMap C# (CSharp) Метод

RetrieveValidDepthMap() публичный Метод

Retrieve the valid depth map from Kinect
public RetrieveValidDepthMap ( ) : Byte>.Image
Результат Byte>.Image
        public Image<Gray, Byte> RetrieveValidDepthMap()
        {
            return RetrieveGrayFrame((int)OpenNIDataType.ValidDepthMask);
        }