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.
Implementations of
ObjectCollectionProvider
involving segmentation.Implementations of
SegmentChannelIntoObjects.Implementations of
BinarySegmentation.-
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.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. -
Uses of BinarySegmentation in org.anchoranalysis.plugin.image.bean.mask.provider.segment
Methods in org.anchoranalysis.plugin.image.bean.mask.provider.segment that return BinarySegmentationMethods in org.anchoranalysis.plugin.image.bean.mask.provider.segment with parameters of type BinarySegmentationModifier and TypeMethodDescriptionvoidSegmentChannel.setSegment(BinarySegmentation segment) Segmentation algorithm -
Uses of BinarySegmentation in org.anchoranalysis.plugin.image.bean.object.provider.segment
Methods in org.anchoranalysis.plugin.image.bean.object.provider.segment that return BinarySegmentationMethods in org.anchoranalysis.plugin.image.bean.object.provider.segment with parameters of type BinarySegmentationModifier and TypeMethodDescriptionvoidBinarySegmentByObject.setBinarySgmn(BinarySegmentation binarySgmn) -
Uses of BinarySegmentation in org.anchoranalysis.plugin.image.bean.object.segment.channel
Methods in org.anchoranalysis.plugin.image.bean.object.segment.channel that return BinarySegmentationModifier and TypeMethodDescriptionConnectedComponentsFromBinarySegmentation.getSegment()SegmentOnMaximumIntensityAndExpandInZ.getSegmentStack()Methods in org.anchoranalysis.plugin.image.bean.object.segment.channel with parameters of type BinarySegmentationModifier and TypeMethodDescriptionvoidConnectedComponentsFromBinarySegmentation.setSegment(BinarySegmentation segment) voidSegmentOnMaximumIntensityAndExpandInZ.setSegmentStack(BinarySegmentation segmentStack) -
Uses of BinarySegmentation in org.anchoranalysis.plugin.image.bean.segment.binary
Subclasses of BinarySegmentation in org.anchoranalysis.plugin.image.bean.segment.binaryModifier and TypeClassDescriptionclassPerforms a segmentation and inverts and on and off bytesclassRepeats a binary segmentation operation for a specified number of iterations.classPerforms a sequence of succesive segmentationsclassThresholds each voxels by comparing against another channel that has per-voxel thresholdsMethods in org.anchoranalysis.plugin.image.bean.segment.binary that return types with arguments of type BinarySegmentationModifier and TypeMethodDescriptionSequence.getList()A list of binary-segmentations that are applied successively (the output of the predecessor becomes the input of the sucecssor)Methods in org.anchoranalysis.plugin.image.bean.segment.binary with parameters of type BinarySegmentationModifier and TypeMethodDescriptionInvert.segmentFromExistingSegmentation(VoxelsUntyped voxels, BinarySegmentationParameters parameters, Optional<ObjectMask> objectMask, BinarySegmentation segment) Repeat.segmentFromExistingSegmentation(VoxelsUntyped voxels, BinarySegmentationParameters parameters, Optional<ObjectMask> objectMask, BinarySegmentation segment) Method parameters in org.anchoranalysis.plugin.image.bean.segment.binary with type arguments of type BinarySegmentationModifier and TypeMethodDescriptionvoidSequence.setList(List<BinarySegmentation> list) A list of binary-segmentations that are applied successively (the output of the predecessor becomes the input of the sucecssor)