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