http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Threshold the image inplace such that: dst(x,y) = threshold, if src(x,y)>threshold; src(x,y), otherwise
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public void _ThresholdTrunc( TColor threshold ) |
Visual Basic |
---|
Public Sub _ThresholdTrunc ( _ threshold As TColor _ ) |
Visual C++ |
---|
public: void _ThresholdTrunc( TColor threshold ) |
Parameters
- threshold
- Type: TColor
The threshold value