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: 3.2.0.2682 (3.2.0.2682)
Syntax
public static void cvReleaseImage(
	ref IntPtr image
)

Parameters

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