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