Package org.anchoranalysis.plugin.image.bean.histogram.threshold
package org.anchoranalysis.plugin.image.bean.histogram.threshold
Thresholding of intensity values represented in at
Histogram
.-
ClassesClassDescriptionBase class for
CalculateLevel
implementations that operate on a list of otherCalculateLevel
objects.ACalculateLevelUnary
that calculates a level relative to a threshold, with an alternative calculation method.Clamps the input-histogram to a certain maximum value, and then delegates the calculate-level.A constant value for thresholding.Specifies a constant if a histogram is empty, otherwise delegates to another {#link org.anchoranalysis.image.bean.threshold.CalculateLevel}Calculates a level from the first delegate and if greater than a threshold, recalculates from a second delegate.Calculates a level from the first delegate and if less than a threshold, recalculates from a second delegate.The maximum value of one or more {#link org.anchoranalysis.image.bean.threshold.CalculateLevel}The minimum value of one or more {#link org.anchoranalysis.image.bean.threshold.CalculateLevel}Performs auto-thresholding using Otsu's method.Similar to Otsu, but weighs the variances differently of background and foreground.Calculates the threshold value from a quantile of a histogram.