All Classes and Interfaces

Class
Description
Decodes inference output into segmented-objects.
Stores two versions of the same object, representing two different scales.
Attributes describing the situation in which inference on images is occurring.
A model used for inference that accepts an image as an input.
Like WithConfidence but additionally adds a label.
An ObjectMask that exists at multiple scales.
An object that can be reduced.
Utility functions for creating one or more ObjectForReductions.
Reduces the number or spatial-extent of elements by favoring higher-confidence elements over lower-confidence elements.
Reduces the number or spatial-extent of elements by favouring higher-confidence elements over lower-confidence elements.
Combines a PriorityQueue (ordering by highest confidence) and a graph-structure indicating which objects overlap with each other.
The result of a reduction operation.
Intersecting objects are removed if they have sufficient overlap.
Scales the size of a Voxels<FloatBuffer> and then thresholds it.
The background to a segmentation.
Objects that are a result of an instance-segmentation.
Exposes a particular set of segmented-objects at a particular scale.
A base class for algorithms to segment a stack into one or more objects - using a pool of models
A SegmentStackIntoObjectsScaleDecode that scales the input image, before performing inference, and then decodes the output.
Applies a segmentation procedure followed by non-maximum suppression.
Wraps an element with a confidence-score.