Package org.anchoranalysis.plugin.image.feature.bean.histogram.statistic
package org.anchoranalysis.plugin.image.feature.bean.histogram.statistic
Implementations of
FeatureHistogram
that calculate
statistics.-
ClassesClassDescriptionCalculates the coefficient of variation of all the values in the histogram.Counts the number of items in a histogram (posssibly in relation to a threshold: above, below etc.)Calculates the kurtosis of all the values in the histogram.Calculates the maximum value in a histogram.Calculates the mean value in a
Histogram
, and raises it to a power.Calculates the median value in aHistogram
.Calculates the minimum value in aHistogram
.Calculates the skewness of all the values in the histogram.Number of unique values in histogram.Calculates a specified quantile value from aHistogram
.The range (difference in values) between two quantilesCalculates the ratio of non-mode pixels to total pixels in aHistogram
.Calculates the skewness of all the values in the histogram.Calculates the standard deviation of values in aHistogram
.Calculates the sum of all values in aHistogram
.Calculates the total count of all entries in aHistogram
.Calculates the variance of all the values in the histogram.