Uses of Class
org.anchoranalysis.image.bean.segment.SegmentationBean
Packages that use SegmentationBean
Package
Description
Base classes to perform binary-segmentation.
Base classes to segment a channel into objects.
-
Uses of SegmentationBean in org.anchoranalysis.image.bean.segment.binary
Subclasses of SegmentationBean in org.anchoranalysis.image.bean.segment.binaryModifier and TypeClassDescriptionclassPerforms a segmentation on voxels so that each voxel has an on or off state after the operation.classUses an existingBinarySegmentationthat is located by a unique identifier.classImplementation ofBinarySegmentationthat performs global thresholding.classAn implementation ofBinarySegmentationthat delegates to one otherBinarySegmentation. -
Uses of SegmentationBean in org.anchoranalysis.image.bean.segment.object
Subclasses of SegmentationBean in org.anchoranalysis.image.bean.segment.objectModifier and TypeClassDescriptionclassA base class for algorithms to segment a channel into one or more objects.classImplementation ofSegmentChannelIntoObjectsthat calls a single delegateSegmentChannelIntoObjects.