Used in ConvertToBlackWhite_localThreshold to specify algorihtm for local threshold.
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public enum IEThreshMode
Public Enumeration IEThreshMode
public enum class IEThreshMode
Members
Member | Value | Description |
---|---|---|
Mean | 0 |
Mean
|
Median | 1 |
Median
|
MeanMinMax | 2 |
Mean min max
|