Package org.anchoranalysis.plugin.image.feature.bean.histogram.threshold
Implementations of
FeatureHistogram that perform
thresholding.-
Class Summary Class Description LevelFromHistogram Calculates a level (a threshold-value) from a histogram.RatioThreshold Calculates the ratio of values in aHistogramthat satisfy a specified threshold condition.ThresholdHistogram Thresholds the histogram (using a weightedOtsu) and then applies a feature to the thresholded version.