Clears histogram bins that are below the specified threshold.
Namespace:
Emgu.CV
Assembly:
Emgu.CV (in Emgu.CV.dll) Version: 2.1.0.649 (2.1.0.649)
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