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.2.1.1150 (2.2.1.1150)
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 )