Click or drag to resize

CvInvokecvReleaseImage Method

http://www.emgu.com
Releases the header and the image data.

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public static void cvReleaseImage(
	ref IntPtr image
)

Parameters

image
Type: SystemIntPtr
Double pointer to the header of the deallocated image
See Also