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

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