Uses of Class
org.anchoranalysis.image.feature.bean.FeatureHistogram
Packages that use FeatureHistogram
Package
Description
Features that operate on a
Histogram.Implementations of
FeatureHistogram that calculate
statistics.Implementations of
FeatureHistogram that perform
thresholding.-
Uses of FeatureHistogram in org.anchoranalysis.image.feature.bean.histogram
Subclasses of FeatureHistogram in org.anchoranalysis.image.feature.bean.histogramModifier and TypeClassDescriptionclassBase class forFeatureHistogramimplementations that calculate a statistic from theHistogram.classCalculates the mean value of a histogram. -
Uses of FeatureHistogram in org.anchoranalysis.plugin.image.feature.bean.histogram.statistic
Modifier and TypeClassDescriptionclassCalculates the coefficient of variation of all the values in the histogram.classCounts the number of items in a histogram (posssibly in relation to a threshold: above, below etc.)classCalculates the kurtosis of all the values in the histogram.classCalculates the maximum value in a histogram.classCalculates the mean value in aHistogram, and raises it to a power.classCalculates the median value in aHistogram.classCalculates the minimum value in aHistogram.classCalculates the skewness of all the values in the histogram.classNumber of unique values in histogram.classCalculates a specified quantile value from aHistogram.classThe range (difference in values) between two quantilesclassCalculates the ratio of non-mode pixels to total pixels in aHistogram.classCalculates the skewness of all the values in the histogram.classCalculates the standard deviation of values in aHistogram.classCalculates the sum of all values in aHistogram.classCalculates the total count of all entries in aHistogram.classCalculates the variance of all the values in the histogram. -
Uses of FeatureHistogram in org.anchoranalysis.plugin.image.feature.bean.histogram.threshold
Modifier and TypeClassDescriptionclassCalculates a level (a threshold-value) from a histogram.classCalculates the ratio of values in aHistogramthat satisfy a specified threshold condition.classThresholds the histogram (using a weightedOtsu) and then applies a feature to the thresholded version.