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
BinarySegmentation
that is located by a unique identifier.Implementation ofBinarySegmentation
that performs global thresholding.An implementation ofBinarySegmentation
that delegates to one otherBinarySegmentation
.