http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Get the unmanaged OpenNI Context from the capture.
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Syntax
C# |
---|
public IntPtr GetOpenNIContext() |
Visual Basic |
---|
Public Function GetOpenNIContext As IntPtr |
Visual C++ |
---|
public: IntPtr GetOpenNIContext() |
Return Value
Pointer to the OpenNI context
Remarks
This function required the opencv_highgui module patched by EMGU CV, otherwise it will throw entry point not found exception.