[This is preliminary documentation and is subject to change.]

Clears histogram bins that are below the specified threshold

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public static void cvThreshHist(
	IntPtr hist,
	double threshold
)
Public Shared Sub cvThreshHist ( _
	hist As IntPtr, _
	threshold As Double _
)
public:
static void cvThreshHist(
	IntPtr hist, 
	double threshold
)

Parameters

hist
IntPtr
Pointer to the histogram
threshold
Double
Threshold level

See Also