Releases the header.

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

Syntax

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

Parameters

image
Type: System..::.IntPtr %
Pointer to the deallocated header.

See Also