Threshold the image inplace such that: dst(x,y) = 0, if src(x,y)>threshold; max_value, otherwise

C# | Visual Basic | Visual C++ |
public void _ThresholdBinaryInv( TColor threshold, TColor max_value )
Public Sub _ThresholdBinaryInv ( _ threshold As TColor, _ max_value As TColor _ )
public: void _ThresholdBinaryInv( TColor threshold, TColor max_value )
Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.3.0.0 (1.3.0.0)