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