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

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

Get the unmanaged OpenNI Context from the capture.
This function required the opencv_highgui module patched by EMGU CV, otherwise it will throw entry point not found exception.
public GetOpenNIContext ( ) : IntPtr
Результат System.IntPtr
        public IntPtr GetOpenNIContext()
        {
            return CvInvoke.cvGetOpenniCaptureContext(Ptr);
        }