Uses of Class
org.anchoranalysis.image.bean.threshold.CalculateLevelUnary
Packages that use CalculateLevelUnary
-
Uses of CalculateLevelUnary in org.anchoranalysis.plugin.image.bean.histogram.threshold
Modifier and TypeClassDescriptionclass
ACalculateLevelUnary
that calculates a level relative to a threshold, with an alternative calculation method.class
Clamps the input-histogram to a certain maximum value, and then delegates the calculate-level.class
Specifies a constant if a histogram is empty, otherwise delegates to another {#link org.anchoranalysis.image.bean.threshold.CalculateLevel}class
Calculates a level from the first delegate and if greater than a threshold, recalculates from a second delegate.class
Calculates a level from the first delegate and if less than a threshold, recalculates from a second delegate.