CvReleaseHist Method OpenCvSharp Class Library
Releases the histogram (header and the data).

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

public static void ReleaseHist(
	CvHistogram hist
)

Parameters

hist
Type: OpenCvSharpCvHistogram
Double pointer to the released histogram.
See Also

Reference