Releases the header and the image data.

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

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