Package org.anchoranalysis.plugin.image.bean.histogram.provider


package org.anchoranalysis.plugin.image.bean.histogram.provider
Implementations of HistogramProvider.
  • Classes
    Class
    Description
    This cuts a Histogram below a threshold BUT TRANSFERS ALL THE COUNT greater than equal to the threshold into the bin just below the threshold value
    Creates a Histogram from a Channel, optionally using a mask.
    Thresholds a histogram using a CalculateLevel keeping only the values greater equal than the threshold
    A provider that references an existing Histogram by its identifier.