Uses of Class
org.anchoranalysis.image.bean.segment.binary.BinarySegmentation
Packages that use BinarySegmentation
Package
Description
Classes that aren't AnchorBeans that pertain to the initialization of image-related beans.
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 BinarySegmentationModifier and TypeMethodDescriptionImageInitialization.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.binaryModifier and TypeClassDescriptionclassUses an existingBinarySegmentationthat is located by a unique identifier.classImplementation ofBinarySegmentationthat performs global thresholding.classAn implementation ofBinarySegmentationthat delegates to one otherBinarySegmentation.Subclasses with type arguments of type BinarySegmentation in org.anchoranalysis.image.bean.segment.binaryModifier and TypeClassDescriptionclassPerforms a segmentation on voxels so that each voxel has an on or off state after the operation.Methods in org.anchoranalysis.image.bean.segment.binary that return BinarySegmentationModifier and TypeMethodDescriptionBinarySegmentationUnary.getSegment()The delegateBinarySegmentationthat may be called.Methods in org.anchoranalysis.image.bean.segment.binary with parameters of type BinarySegmentationModifier and TypeMethodDescriptionprotected abstract BinaryVoxels<UnsignedByteBuffer> BinarySegmentationUnary.segmentFromExistingSegmentation(VoxelsUntyped voxels, BinarySegmentationParameters parameters, Optional<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.