Clears histogram bins that are below the specified threshold

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

Syntax

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

Parameters

hist
Type: System..::.IntPtr
Pointer to the histogram
threshold
Type: System..::.Double
Threshold level

See Also