Uses of Class
org.anchoranalysis.image.inference.segment.SegmentedBackground
Packages that use SegmentedBackground
Package
Description
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 SegmentedBackgroundModifierConstructorDescriptionSegmentedObjects
(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.