Uses of Class
org.anchoranalysis.image.inference.segment.SegmentedObjects
Packages that use SegmentedObjects
Package
Description
Instance-segmentation of a
Stack
.Non-beans pertaining to segmentation of images via model inference.
-
Uses of SegmentedObjects in org.anchoranalysis.image.inference.bean.segment.instance
Methods in org.anchoranalysis.image.inference.bean.segment.instance that return SegmentedObjectsModifier and TypeMethodDescriptionSegmentStackIntoObjectsPooled.segment
(Stack stack, ExecutionTimeRecorder executionTimeRecorder) Segments individually using a pool of size 1 just for one stack.abstract SegmentedObjects
SegmentStackIntoObjectsPooled.segment
(Stack stack, ConcurrentModelPool<T> modelPool, ExecutionTimeRecorder executionTimeRecorder) Segments a stack to produce an object-collection.SegmentStackIntoObjectsScaleDecode.segment
(Stack stack, ConcurrentModelPool<S> modelPool, ExecutionTimeRecorder executionTimeRecorder) SuppressNonMaximum.segment
(Stack stack, ConcurrentModelPool<T> modelPool, ExecutionTimeRecorder executionTimeRecorder) -
Uses of SegmentedObjects in org.anchoranalysis.image.inference.segment
Methods in org.anchoranalysis.image.inference.segment that return SegmentedObjectsModifier and TypeMethodDescriptionSegmentedObjects.reduce
(ReduceElements<ObjectMask> reduce, boolean separateEachLabel, ExecutionTimeRecorder executionTimeRecorder) Reduces the segmented-objects, applying a reduction algorithm separately to each object-class.