Uses of Class
org.anchoranalysis.image.bean.threshold.Thresholder
| Package | Description |
|---|---|
| org.anchoranalysis.image.bean.segment.binary |
Base classes to perform binary-segmentation.
|
| org.anchoranalysis.image.bean.threshold |
Base classes for thresholding and calculating levels for thresholding.
|
-
Uses of Thresholder in org.anchoranalysis.image.bean.segment.binary
Methods in org.anchoranalysis.image.bean.segment.binary that return Thresholder Modifier and Type Method Description ThresholderBinarySegmentationThreshold. getThresholder()Performs the global thresholding.Methods in org.anchoranalysis.image.bean.segment.binary with parameters of type Thresholder Modifier and Type Method Description voidBinarySegmentationThreshold. setThresholder(Thresholder thresholder)Performs the global thresholding. -
Uses of Thresholder in org.anchoranalysis.image.bean.threshold
Subclasses of Thresholder in org.anchoranalysis.image.bean.threshold Modifier and Type Class Description classThresholderGlobalPerforms global thresholding.