Uses of Class
org.anchoranalysis.image.inference.segment.SegmentedBackground
| Package | Description |
|---|---|
| org.anchoranalysis.image.inference.segment |
Non-beans pertaining to segmentation of images via model inference.
|
-
Uses of SegmentedBackground in org.anchoranalysis.image.inference.segment
Constructors in org.anchoranalysis.image.inference.segment with parameters of type SegmentedBackground Constructor Description SegmentedObjects(String classLabel, Collection<WithConfidence<MultiScaleObject>> objects, SegmentedBackground background, ExecutionTimeRecorder executionTimeRecorder)Create for a collection of objects with an identical label.SegmentedObjects(List<LabelledWithConfidence<MultiScaleObject>> objects, SegmentedBackground background, ExecutionTimeRecorder executionTimeRecorder)Create for a collection of objects with potentially differing labels.