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 TypeMethodDescriptionvoidBinarySegmentationThreshold.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 TypeClassDescriptionclassApplies 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 TypeMethodDescriptionvoidThreshold.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 TypeClassDescriptionclassA thresholder that applies a simple intensity threshold and then fills holes in 2D.