Package org.anchoranalysis.image.bean.segment.binary
Base classes to perform binary-segmentation.
-
Class Summary Class Description BinarySegmentation Performs a segmentation on voxels so that each voxel has an on or off state after the operation.BinarySegmentationReference Uses an existingBinarySegmentationthat is located by a unique identifier.BinarySegmentationThreshold Implementation ofBinarySegmentationthat performs global thresholding.BinarySegmentationUnary An implementation ofBinarySegmentationthat delegates to one otherBinarySegmentation.