Uses of Class
org.anchoranalysis.image.bean.segment.binary.BinarySegmentation
| Package | Description |
|---|---|
| org.anchoranalysis.image.bean.nonbean.init |
Classes that aren't AnchorBeans that pertain to the initialization of image-related beans.
|
| org.anchoranalysis.image.bean.segment.binary |
Base classes to perform binary-segmentation.
|
-
Uses of BinarySegmentation in org.anchoranalysis.image.bean.nonbean.init
Methods in org.anchoranalysis.image.bean.nonbean.init that return types with arguments of type BinarySegmentation Modifier and Type Method Description NamedProviderStore<BinarySegmentation>ImageInitialization. binarySegmentations()A collection ofBinarySegmentations, indexed by name. -
Uses of BinarySegmentation in org.anchoranalysis.image.bean.segment.binary
Subclasses of BinarySegmentation in org.anchoranalysis.image.bean.segment.binary Modifier and Type Class Description classBinarySegmentationReferenceUses an existingBinarySegmentationthat is located by a unique identifier.classBinarySegmentationThresholdImplementation ofBinarySegmentationthat performs global thresholding.classBinarySegmentationUnaryAn implementation ofBinarySegmentationthat delegates to one otherBinarySegmentation.Methods in org.anchoranalysis.image.bean.segment.binary that return BinarySegmentation Modifier and Type Method Description BinarySegmentationBinarySegmentationUnary. getSegment()The delegateBinarySegmentationthat may be called.Methods in org.anchoranalysis.image.bean.segment.binary with parameters of type BinarySegmentation Modifier and Type Method Description protected abstract org.anchoranalysis.image.voxel.binary.BinaryVoxels<org.anchoranalysis.image.voxel.buffer.primitive.UnsignedByteBuffer>BinarySegmentationUnary. segmentFromExistingSegmentation(org.anchoranalysis.image.voxel.VoxelsUntyped voxels, BinarySegmentationParameters parameters, Optional<org.anchoranalysis.image.voxel.object.ObjectMask> objectMask, BinarySegmentation segment)Performs a binary-segmentation, in a similar manner tosegment(org.anchoranalysis.image.voxel.VoxelsUntyped, org.anchoranalysis.image.bean.nonbean.segment.BinarySegmentationParameters, java.util.Optional<org.anchoranalysis.image.voxel.object.ObjectMask>)but with the delegate as additional argument.voidBinarySegmentationUnary. setSegment(BinarySegmentation segment)The delegateBinarySegmentationthat may be called.