Click or drag to resize

CvInvokecvGetImage Method

http://www.emgu.com
Returns image header for the input array that can be matrix - CvMat*, or image - IplImage*.

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public static IntPtr cvGetImage(
	IntPtr arr,
	IntPtr imageHeader
)

Parameters

arr
Type: SystemIntPtr
Input array.
imageHeader
Type: SystemIntPtr
Pointer to IplImage structure used as a temporary buffer.

Return Value

Type: IntPtr
Returns image header for the input array
See Also