Uses of Class
org.anchoranalysis.image.inference.segment.SegmentedObjects
| Package | Description |
|---|---|
| org.anchoranalysis.image.inference.bean.segment.instance |
Instance-segmentation of a
Stack. |
| org.anchoranalysis.image.inference.segment |
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 SegmentedObjects Modifier and Type Method Description SegmentedObjectsSegmentStackIntoObjectsPooled. segment(Stack stack, ExecutionTimeRecorder executionTimeRecorder)Segments individually using a pool of size 1 just for one stack.abstract SegmentedObjectsSegmentStackIntoObjectsPooled. segment(Stack stack, ConcurrentModelPool<T> modelPool, ExecutionTimeRecorder executionTimeRecorder)Segments a stack to produce an object-collection.SegmentedObjectsSegmentStackIntoObjectsScaleDecode. segment(Stack stack, ConcurrentModelPool<S> modelPool, ExecutionTimeRecorder executionTimeRecorder)SegmentedObjectsSuppressNonMaximum. 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 SegmentedObjects Modifier and Type Method Description SegmentedObjectsSegmentedObjects. reduce(ReduceElements<org.anchoranalysis.image.voxel.object.ObjectMask> reduce, boolean separateEachLabel, ExecutionTimeRecorder executionTimeRecorder)Reduces the segmented-objects, applying a reduction algorithm separately to each object-class.