This is a variant of original Threshold algorithm.
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public void Threshold2( int loThreshold, int hiThreshold, bool red, bool green, bool blue )
Public Sub Threshold2 ( _ loThreshold As Integer, _ hiThreshold As Integer, _ red As Boolean, _ green As Boolean, _ blue As Boolean _ )
public: void Threshold2( int loThreshold, int hiThreshold, bool red, bool green, bool blue )
Parameters
- loThreshold
- Int32
Low pixel value.
- hiThreshold
- Int32
High pixel value.
- red
- Boolean
If true the algorithm is applied to this channel
- green
- Boolean
If true the algorithm is applied to this channel
- blue
- Boolean
If true the algorithm is applied to this channel