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 ofBinarySegmentation
s, indexed by name. -
Uses of BinarySegmentation in org.anchoranalysis.image.bean.segment.binary
Subclasses of BinarySegmentation in org.anchoranalysis.image.bean.segment.binaryModifier and TypeClassDescriptionclass
Uses an existingBinarySegmentation
that is located by a unique identifier.class
Implementation ofBinarySegmentation
that performs global thresholding.class
An implementation ofBinarySegmentation
that delegates to one otherBinarySegmentation
.Methods in org.anchoranalysis.image.bean.segment.binary that return BinarySegmentationModifier and TypeMethodDescriptionBinarySegmentationUnary.getSegment()
The delegateBinarySegmentation
that 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.void
BinarySegmentationUnary.setSegment
(BinarySegmentation segment) The delegateBinarySegmentation
that 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 TypeMethodDescriptionvoid
SegmentChannel.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 TypeMethodDescriptionvoid
BinarySegmentByObject.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 TypeMethodDescriptionvoid
ConnectedComponentsFromBinarySegmentation.setSegment
(BinarySegmentation segment) void
SegmentOnMaximumIntensityAndExpandInZ.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 TypeClassDescriptionclass
Performs a segmentation and inverts and on and off bytesclass
Repeats a binary segmentation operation for a specified number of iterations.class
Performs a sequence of succesive segmentationsclass
Thresholds 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 TypeMethodDescriptionvoid
Sequence.setList
(List<BinarySegmentation> list) A list of binary-segmentations that are applied successively (the output of the predecessor becomes the input of the sucecssor)