Uses of Class
org.anchoranalysis.image.bean.segment.SegmentationBean
| Package | Description |
|---|---|
| org.anchoranalysis.image.bean.segment.binary |
Base classes to perform binary-segmentation.
|
| org.anchoranalysis.image.bean.segment.object |
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.binary Modifier and Type Class Description classBinarySegmentationPerforms a segmentation on voxels so that each voxel has an on or off state after the operation.classBinarySegmentationReferenceUses an existingBinarySegmentationthat is located by a unique identifier.classBinarySegmentationThresholdImplementation ofBinarySegmentationthat performs global thresholding.classBinarySegmentationUnaryAn 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.object Modifier and Type Class Description classSegmentChannelIntoObjectsA base class for algorithms to segment a channel into one or more objects.classSegmentChannelIntoObjectsUnaryImplementation ofSegmentChannelIntoObjectsthat calls a single delegateSegmentChannelIntoObjects.