Click or drag to resize

CvInvokecvReleaseImageHeader Method

http://www.emgu.com
Releases the header.

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

Parameters

image
Type: SystemIntPtr
Pointer to the deallocated header.
See Also