Package org.anchoranalysis.image.bean.segment.binary
package org.anchoranalysis.image.bean.segment.binary
Base classes to perform binary-segmentation.
-
ClassesClassDescriptionPerforms a segmentation on voxels so that each voxel has an on or off state after the operation.Uses an existing
BinarySegmentationthat is located by a unique identifier.Implementation ofBinarySegmentationthat performs global thresholding.An implementation ofBinarySegmentationthat delegates to one otherBinarySegmentation.