Package org.anchoranalysis.plugin.image.feature.bean.histogram.statistic
Implementations of
FeatureHistogram that calculate
statistics.-
Class Summary Class Description CoefficientOfVariation Calculates the coefficient of variation of all the values in the histogram.Count Counts the number of items in a histogram (posssibly in relation to a threshold: above, below etc.)Kurtosis Calculates the kurtosis of all the values in the histogram.Maximum Calculates the maximum value in a histogram.MeanRaisedToPower Calculates the mean value in aHistogram, and raises it to a power.Median Calculates the median value in aHistogram.Minimum Calculates the minimum value in aHistogram.Mode Calculates the skewness of all the values in the histogram.NumberDistinctValues Number of unique values in histogram.Quantile Calculates a specified quantile value from aHistogram.Range The range (difference in values) between two quantilesRatioNonMode Calculates the ratio of non-mode pixels to total pixels in aHistogram.Skewness Calculates the skewness of all the values in the histogram.StandardDeviation Calculates the standard deviation of values in aHistogram.Sum Calculates the sum of all values in aHistogram.TotalCount Calculates the total count of all entries in aHistogram.Variance Calculates the variance of all the values in the histogram.