cvGetOpenniCaptureContext() приватный Метод

private cvGetOpenniCaptureContext ( IntPtr capture ) : IntPtr
capture IntPtr
Результат IntPtr
Пример #1
0
 /// <summary>
 /// Get the unmanaged OpenNI Context from the capture.
 /// </summary>
 /// <returns>Pointer to the OpenNI context</returns>
 /// <remarks>This function required the opencv_highgui module patched by EMGU CV, otherwise it will throw entry point not found exception.</remarks>
 public IntPtr GetOpenNIContext()
 {
     return(CvInvoke.cvGetOpenniCaptureContext(Ptr));
 }