Click or drag to resize

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
Syntax
VB
Public Enumeration eBiasMethod
Members
  Member nameValueDescription
RangeMax0 Bias is calculated as percentage of RangeMax of the given image type (e.g. from 255 for 8-bit)
BestFitRange1 Bias is calculated as percentage of best-fit range based on the image data.
StdDeviation2 Bias is calculated as percentage of standard deviation of the image intensity distribution.
Remarks