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 TypeClassDescriptionclassACalculateLevelUnarythat calculates a level relative to a threshold, with an alternative calculation method.classClamps the input-histogram to a certain maximum value, and then delegates the calculate-level.classSpecifies a constant if a histogram is empty, otherwise delegates to another {#link org.anchoranalysis.image.bean.threshold.CalculateLevel}classCalculates a level from the first delegate and if greater than a threshold, recalculates from a second delegate.classCalculates a level from the first delegate and if less than a threshold, recalculates from a second delegate.