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.2.1.1150 (2.2.1.1150)

Syntax

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

Parameters

hist
IntPtr
Histogram

See Also