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 TypeClassDescriptionclass
Base class forFeatureHistogram
implementations that calculate a statistic from theHistogram
.class
Calculates the mean value of a histogram. -
Uses of FeatureHistogram in org.anchoranalysis.plugin.image.feature.bean.histogram.statistic
Modifier and TypeClassDescriptionclass
Calculates the coefficient of variation of all the values in the histogram.class
Counts the number of items in a histogram (posssibly in relation to a threshold: above, below etc.)class
Calculates the kurtosis of all the values in the histogram.class
Calculates the maximum value in a histogram.class
Calculates the mean value in aHistogram
, and raises it to a power.class
Calculates the median value in aHistogram
.class
Calculates the minimum value in aHistogram
.class
Calculates the skewness of all the values in the histogram.class
Number of unique values in histogram.class
Calculates a specified quantile value from aHistogram
.class
The range (difference in values) between two quantilesclass
Calculates the ratio of non-mode pixels to total pixels in aHistogram
.class
Calculates the skewness of all the values in the histogram.class
Calculates the standard deviation of values in aHistogram
.class
Calculates the sum of all values in aHistogram
.class
Calculates the total count of all entries in aHistogram
.class
Calculates the variance of all the values in the histogram. -
Uses of FeatureHistogram in org.anchoranalysis.plugin.image.feature.bean.histogram.threshold
Modifier and TypeClassDescriptionclass
Calculates a level (a threshold-value) from a histogram.class
Calculates the ratio of values in aHistogram
that satisfy a specified threshold condition.class
Thresholds the histogram (using a weightedOtsu) and then applies a feature to the thresholded version.