Threshold the image inplace such that: dst(x,y) = max_value, if src(x,y)>threshold; 0, 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 _ThresholdBinary( TColor threshold, TColor maxValue )
Public Sub _ThresholdBinary ( _ threshold As TColor, _ maxValue As TColor _ )
public: void _ThresholdBinary( TColor threshold, TColor maxValue )