[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 void Threshold(
	double thresh
)
Public Sub Threshold ( _
	thresh As Double _
)
public:
void Threshold(
	double thresh
)

Parameters

thresh
Double
The threshold used to clear the bins

See Also