Uses of Class
org.anchoranalysis.image.bean.segment.object.SegmentChannelIntoObjects
Packages that use SegmentChannelIntoObjects
Package
Description
Base classes to segment a channel into objects.
-
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.Subclasses with type arguments of type SegmentChannelIntoObjects in org.anchoranalysis.image.bean.segment.objectModifier and TypeClassDescriptionclassA base class for algorithms to segment a channel into one or more objects.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.