eAutoThresholdMethod Enumeration
|
|
Auto-threshold method
Namespace:
MediaCy.Addins.Measurements
Assembly:
MediaCy.Addins.Measurements (in MediaCy.Addins.Measurements.dll) Version: 3.1.0.0
SyntaxPublic Enumeration eAutoThresholdMethod
Members
| Member name | Value | Description |
---|
| MinimumVariance | 1 |
Minimum Variance method.
|
| LegacyIPPlus | 2 |
Legacy method.
|
| Mean | 256 |
Threshold is the Mean value of histogram.
|
| Mode | 257 |
Threshold is the Mode value of histogram.
|
| Median | 258 |
Threshold is the Median value of histogram.
|
| Minimum | 259 |
Threshold is the Minimum value of histogram.
|
| Maximum | 260 |
Threshold is the Maximum value of histogram.
|
| BestFitMin | 261 |
Threshold is the Minimum of best-fit range of histogram.
|
| BestFitMax | 262 |
Threshold is the Maximum of best-fit range of histogram.
|
Remarks
See Also