Uses of Class
org.anchoranalysis.image.bean.threshold.CalculateLevel
| Package | Description |
|---|---|
| org.anchoranalysis.image.bean.threshold |
Base classes for thresholding and calculating levels for thresholding.
|
-
Uses of CalculateLevel in org.anchoranalysis.image.bean.threshold
Subclasses of CalculateLevel in org.anchoranalysis.image.bean.threshold Modifier and Type Class Description classCalculateLevelUnaryImplementation ofCalculateLevelthat calls a single delegateCalculateLevel.Methods in org.anchoranalysis.image.bean.threshold that return CalculateLevel Modifier and Type Method Description CalculateLevelCalculateLevelUnary. getCalculateLevel()The delegateCalculateLevel.CalculateLevelThresholderGlobal. getCalculateLevel()Methods in org.anchoranalysis.image.bean.threshold with parameters of type CalculateLevel Modifier and Type Method Description voidCalculateLevelUnary. setCalculateLevel(CalculateLevel calculateLevel)The delegateCalculateLevel.voidThresholderGlobal. setCalculateLevel(CalculateLevel calculateLevel)Constructors in org.anchoranalysis.image.bean.threshold with parameters of type CalculateLevel Constructor Description ThresholderGlobal(CalculateLevel calculateLevel)