Package org.anchoranalysis.plugin.image.feature.bean.histogram.statistic


package org.anchoranalysis.plugin.image.feature.bean.histogram.statistic
Implementations of FeatureHistogram that calculate statistics.
  • Classes
    Class
    Description
    Calculates 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 a Histogram.
    Calculates the minimum value in a Histogram.
    Calculates the skewness of all the values in the histogram.
    Number of unique values in histogram.
    Calculates a specified quantile value from a Histogram.
    The range (difference in values) between two quantiles
    Calculates the ratio of non-mode pixels to total pixels in a Histogram.
    Calculates the skewness of all the values in the histogram.
    Calculates the standard deviation of values in a Histogram.
    Calculates the sum of all values in a Histogram.
    Calculates the total count of all entries in a Histogram.
    Calculates the variance of all the values in the histogram.