http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Returns image header for the input array that can be matrix - CvMat*, or image - IplImage*.
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public static IntPtr cvGetImage( IntPtr arr, IntPtr imageHeader ) |
Visual Basic |
---|
Public Shared Function cvGetImage ( _ arr As IntPtr, _ imageHeader As IntPtr _ ) As IntPtr |
Visual C++ |
---|
public: static IntPtr cvGetImage( IntPtr arr, IntPtr imageHeader ) |
Parameters
- arr
- Type: System..::..IntPtr
Input array.
- imageHeader
- Type: System..::..IntPtr
Pointer to IplImage structure used as a temporary buffer.