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 void Threshold(
	double thresh
)
Visual Basic (Declaration)
Public Sub Threshold ( _
	thresh As Double _
)
Visual C++
public:
void Threshold(
	double thresh
)

Parameters

thresh
Type: System..::.Double
The threshold used to clear the bins

See Also