Sets all histogram bins to 0 in case of dense histogram and removes all histogram bins in case of sparse array
Namespace: Emgu.CVAssembly: 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
)
See Also