eBiasMethod Enumeration
|
|
Method for calculation of AutoThresholBias absolute value
Namespace:
MediaCy.Addins.Measurements
Assembly:
MediaCy.Addins.Measurements (in MediaCy.Addins.Measurements.dll) Version: 3.1.0.0
SyntaxPublic Enumeration eBiasMethod
Members
| Member name | Value | Description |
---|
| RangeMax | 0 |
Bias is calculated as percentage of RangeMax of the given image type (e.g. from 255 for 8-bit)
|
| BestFitRange | 1 |
Bias is calculated as percentage of best-fit range based on the image data.
|
| StdDeviation | 2 |
Bias is calculated as percentage of standard deviation of the image intensity distribution.
|
Remarks
See Also