Uses of Class
org.anchoranalysis.image.bean.segment.object.SegmentChannelIntoObjects
Packages that use SegmentChannelIntoObjects
Package
Description
Base classes to segment a channel into objects.
Implementations of
ObjectCollectionProvider
involving segmentation.Implementations of
SegmentChannelIntoObjects
.Implementation of a Watershed transformation
based on Yeong et al. 2009.
-
Uses of SegmentChannelIntoObjects in org.anchoranalysis.image.bean.segment.object
Subclasses of SegmentChannelIntoObjects in org.anchoranalysis.image.bean.segment.objectModifier and TypeClassDescriptionclass
Implementation ofSegmentChannelIntoObjects
that calls a single delegateSegmentChannelIntoObjects
.Methods in org.anchoranalysis.image.bean.segment.object that return SegmentChannelIntoObjectsModifier and TypeMethodDescriptionSegmentChannelIntoObjectsUnary.getSegment()
The delegateSegmentChannelIntoObjects
that is called.Methods in org.anchoranalysis.image.bean.segment.object with parameters of type SegmentChannelIntoObjectsModifier and TypeMethodDescriptionprotected abstract ObjectCollection
SegmentChannelIntoObjectsUnary.segment
(Channel channel, Optional<ObjectMask> object, Optional<ObjectCollection> seeds, SegmentChannelIntoObjects upstreamSegmenter) Creates anObjectCollection
given the segmentation-results provided by the delegate.void
SegmentChannelIntoObjectsUnary.setSegment
(SegmentChannelIntoObjects segment) The delegateSegmentChannelIntoObjects
that is called. -
Uses of SegmentChannelIntoObjects in org.anchoranalysis.plugin.image.bean.object.provider.segment
Methods in org.anchoranalysis.plugin.image.bean.object.provider.segment that return SegmentChannelIntoObjectsModifier and TypeMethodDescriptionSegmentChannel.getSegment()
The segmentation algorithm to use.SegmentChannelByObject.getSegment()
SegmentWithSeeds.getSegment()
Methods in org.anchoranalysis.plugin.image.bean.object.provider.segment with parameters of type SegmentChannelIntoObjectsModifier and TypeMethodDescriptionvoid
SegmentChannel.setSegment
(SegmentChannelIntoObjects segment) The segmentation algorithm to use.void
SegmentChannelByObject.setSegment
(SegmentChannelIntoObjects segment) void
SegmentWithSeeds.setSegment
(SegmentChannelIntoObjects segment) -
Uses of SegmentChannelIntoObjects in org.anchoranalysis.plugin.image.bean.object.segment.channel
Subclasses of SegmentChannelIntoObjects in org.anchoranalysis.plugin.image.bean.object.segment.channelModifier and TypeClassDescriptionclass
Perform a segmentation at a different scale, and then fit the results back to the original scale.class
Performs a binary-segmentation of the channel and converts its connected-components into objectsclass
Applies an object-filter to the results of an upstream segmentation.class
Imposes minima in seed locations on the input-channel before performing the segmentationclass
Applies the MSER algorithm from imglib2class
Perform a segmentation in a MIP instead of z-stacks, and fits the result back into a 3D segmentation.Methods in org.anchoranalysis.plugin.image.bean.object.segment.channel with parameters of type SegmentChannelIntoObjectsModifier and TypeMethodDescriptionAtScale.segment
(Channel channel, Optional<ObjectMask> objectMask, Optional<ObjectCollection> seeds, SegmentChannelIntoObjects upstreamSegmenter) Filter.segment
(Channel channel, Optional<ObjectMask> object, Optional<ObjectCollection> seeds, SegmentChannelIntoObjects upstreamSegmenter) ImposeMinima.segment
(Channel channel, Optional<ObjectMask> objectMask, Optional<ObjectCollection> seeds, SegmentChannelIntoObjects upstreamSegmenter) SegmentOnMaximumIntensityAndExpandInZ.segment
(Channel channel, Optional<ObjectMask> objectMask, Optional<ObjectCollection> seeds, SegmentChannelIntoObjects upstreamSegmenter) -
Uses of SegmentChannelIntoObjects in org.anchoranalysis.plugin.image.bean.object.segment.channel.watershed.yeong
-
Uses of SegmentChannelIntoObjects in org.anchoranalysis.plugin.imagej.bean.object.segment
Modifier and TypeClassDescriptionclass
Creates an object for each separate intensity-value (beginning atstartingColor
) by flood-filling.