Threshold the image inplace such that: dst(x,y) = src(x,y), if src(x,y)>threshold; 0, otherwise
Namespace:
Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
| C# |
|---|
public void _ThresholdToZero( TColor threshold ) |
| Visual Basic (Declaration) |
|---|
Public Sub _ThresholdToZero ( _ threshold As TColor _ ) |
| Visual C++ |
|---|
public: void _ThresholdToZero( TColor threshold ) |
Parameters
- threshold
- Type: TColor
The threshold value