Click or drag to resize

eAutoThresholdMethod Enumeration

Auto-threshold method

Namespace:  MediaCy.Addins.Measurements
Assembly:  MediaCy.Addins.Measurements (in MediaCy.Addins.Measurements.dll) Version: 3.1.0.0
Syntax
VB
Public Enumeration eAutoThresholdMethod
Members
  Member nameValueDescription
MinimumVariance1 Minimum Variance method.
LegacyIPPlus2 Legacy method.
Mean256 Threshold is the Mean value of histogram.
Mode257 Threshold is the Mode value of histogram.
Median258 Threshold is the Median value of histogram.
Minimum259 Threshold is the Minimum value of histogram.
Maximum260 Threshold is the Maximum value of histogram.
BestFitMin261 Threshold is the Minimum of best-fit range of histogram.
BestFitMax262 Threshold is the Maximum of best-fit range of histogram.
Remarks