Uses of Class
org.anchoranalysis.image.bean.segment.object.SegmentChannelIntoObjects
| Package | Description |
|---|---|
| org.anchoranalysis.image.bean.segment.object |
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.object Modifier and Type Class Description classSegmentChannelIntoObjectsUnaryImplementation ofSegmentChannelIntoObjectsthat calls a single delegateSegmentChannelIntoObjects.Methods in org.anchoranalysis.image.bean.segment.object that return SegmentChannelIntoObjects Modifier and Type Method Description SegmentChannelIntoObjectsSegmentChannelIntoObjectsUnary. getSegment()The delegateSegmentChannelIntoObjectsthat is called.Methods in org.anchoranalysis.image.bean.segment.object with parameters of type SegmentChannelIntoObjects Modifier and Type Method Description protected abstract org.anchoranalysis.image.voxel.object.ObjectCollectionSegmentChannelIntoObjectsUnary. segment(Channel channel, Optional<org.anchoranalysis.image.voxel.object.ObjectMask> object, Optional<org.anchoranalysis.image.voxel.object.ObjectCollection> seeds, SegmentChannelIntoObjects upstreamSegmenter)Creates anObjectCollectiongiven the segmentation-results provided by the delegate.voidSegmentChannelIntoObjectsUnary. setSegment(SegmentChannelIntoObjects segment)The delegateSegmentChannelIntoObjectsthat is called.