Sets all histogram bins to 0 in case of dense histogram and removes all histogram bins in case of sparse array

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

Syntax

C#
public static void cvClearHist(
	IntPtr hist
)
Visual Basic (Declaration)
Public Shared Sub cvClearHist ( _
	hist As IntPtr _
)
Visual C++
public:
static void cvClearHist(
	IntPtr hist
)

Parameters

hist
Type: System..::.IntPtr
Histogram

See Also