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