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 TypeClassDescriptionclassImplementation ofSegmentChannelIntoObjectsthat calls a single delegateSegmentChannelIntoObjects.Methods in org.anchoranalysis.image.bean.segment.object that return SegmentChannelIntoObjectsModifier and TypeMethodDescriptionSegmentChannelIntoObjectsUnary.getSegment()The delegateSegmentChannelIntoObjectsthat is called.Methods in org.anchoranalysis.image.bean.segment.object with parameters of type SegmentChannelIntoObjectsModifier and TypeMethodDescriptionprotected abstract ObjectCollectionSegmentChannelIntoObjectsUnary.segment(Channel channel, Optional<ObjectMask> object, Optional<ObjectCollection> seeds, SegmentChannelIntoObjects upstreamSegmenter) Creates anObjectCollectiongiven the segmentation-results provided by the delegate.voidSegmentChannelIntoObjectsUnary.setSegment(SegmentChannelIntoObjects segment) The delegateSegmentChannelIntoObjectsthat 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 TypeMethodDescriptionvoidSegmentChannel.setSegment(SegmentChannelIntoObjects segment) The segmentation algorithm to use.voidSegmentChannelByObject.setSegment(SegmentChannelIntoObjects segment) voidSegmentWithSeeds.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 TypeClassDescriptionclassPerform a segmentation at a different scale, and then fit the results back to the original scale.classPerforms a binary-segmentation of the channel and converts its connected-components into objectsclassApplies an object-filter to the results of an upstream segmentation.classImposes minima in seed locations on the input-channel before performing the segmentationclassApplies the MSER algorithm from imglib2classPerform 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 TypeClassDescriptionclassCreates an object for each separate intensity-value (beginning atstartingColor) by flood-filling.