Click or drag to resize

CvInvokecvReleaseImage Method

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

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public static void cvReleaseImage(
	ref IntPtr image
)

Parameters

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