Uses of Class
org.anchoranalysis.image.bean.threshold.Thresholder
Packages that use Thresholder
Package
Description
Base classes to perform binary-segmentation.
Base classes for thresholding and calculating levels for thresholding.
Implementations of
Thresholder
that use FIJI.Implementations of
Thresholder
that call ImageJ.-
Uses of Thresholder in org.anchoranalysis.image.bean.segment.binary
Methods in org.anchoranalysis.image.bean.segment.binary that return ThresholderModifier and TypeMethodDescriptionBinarySegmentationThreshold.getThresholder()
Performs the global thresholding.Methods in org.anchoranalysis.image.bean.segment.binary with parameters of type ThresholderModifier and TypeMethodDescriptionvoid
BinarySegmentationThreshold.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 -
Uses of Thresholder in org.anchoranalysis.plugin.fiji.bean.threshold
Subclasses of Thresholder in org.anchoranalysis.plugin.fiji.bean.thresholdModifier and TypeClassDescriptionclass
Applies automatic thresholding using ImageJ's Auto_Threshold plugin. -
Uses of Thresholder in org.anchoranalysis.plugin.image.bean.mask.provider.segment
Methods in org.anchoranalysis.plugin.image.bean.mask.provider.segment that return ThresholderModifier and TypeMethodDescriptionThreshold.getThresholder()
The thresholder that will convert a channel into a binary-channelMethods in org.anchoranalysis.plugin.image.bean.mask.provider.segment with parameters of type ThresholderModifier and TypeMethodDescriptionvoid
Threshold.setThresholder
(Thresholder thresholder) The thresholder that will convert a channel into a binary-channel -
Uses of Thresholder in org.anchoranalysis.plugin.imagej.bean.threshold
Subclasses of Thresholder in org.anchoranalysis.plugin.imagej.bean.thresholdModifier and TypeClassDescriptionclass
A thresholder that applies a simple intensity threshold and then fills holes in 2D.