Releases the header and the image data.

Namespace: Emgu.CV
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)

Syntax

         
 C#  Visual Basic  Visual C++ 
public static void cvReleaseImage(
	ref IntPtr image
)
Public Shared Sub cvReleaseImage ( _
	ByRef image As IntPtr _
)
public:
static void cvReleaseImage(
	IntPtr% image
)

Parameters

image
IntPtr%
Double pointer to the header of the deallocated image

See Also