CvReleaseImage Method OpenCvSharp Class Library
Releases header and image data

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static void ReleaseImage(
	IplImage image
)

Parameters

image
Type: OpenCvSharpIplImage
Reference to the header of the deallocated image.
See Also

Reference