CvClearHist Method OpenCvSharp Class Library
Sets all histogram bins to 0 in case of dense histogram and removes all histogram bins in case of sparse array.

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

public static void ClearHist(
	CvHistogram hist
)

Parameters

hist
Type: OpenCvSharpCvHistogram
Histogram.
See Also

Reference