Uses of Package
org.anchoranalysis.image.inference.segment
| Package | Description |
|---|---|
| org.anchoranalysis.image.inference |
Inference of machine learning models on images.
|
| org.anchoranalysis.image.inference.bean.reduce |
Beans to reduce the number of results that are returned from inference, by removing overlaping
entities etc.
|
| org.anchoranalysis.image.inference.bean.segment.instance |
Instance-segmentation of a
Stack. |
| org.anchoranalysis.image.inference.bean.segment.reduce |
Non-bean classes to reduce the number of results that are returned from inference, by removing
overlapping entities etc.
|
| org.anchoranalysis.image.inference.segment |
Non-beans pertaining to segmentation of images via model inference.
|
-
Classes in org.anchoranalysis.image.inference.segment used by org.anchoranalysis.image.inference Class Description DualScale Stores two versions of the same object, representing two different scales. -
Classes in org.anchoranalysis.image.inference.segment used by org.anchoranalysis.image.inference.bean.reduce Class Description LabelledWithConfidence LikeWithConfidencebut additionally adds a label.ReductionOutcome The result of a reduction operation. -
Classes in org.anchoranalysis.image.inference.segment used by org.anchoranalysis.image.inference.bean.segment.instance Class Description LabelledWithConfidence LikeWithConfidencebut additionally adds a label.MultiScaleObject AnObjectMaskthat exists at multiple scales.SegmentedObjects Objects that are a result of an instance-segmentation. -
Classes in org.anchoranalysis.image.inference.segment used by org.anchoranalysis.image.inference.bean.segment.reduce Class Description LabelledWithConfidence LikeWithConfidencebut additionally adds a label.ReductionOutcome The result of a reduction operation. -
Classes in org.anchoranalysis.image.inference.segment used by org.anchoranalysis.image.inference.segment Class Description DualScale Stores two versions of the same object, representing two different scales.LabelledWithConfidence LikeWithConfidencebut additionally adds a label.MultiScaleObject AnObjectMaskthat exists at multiple scales.ReductionOutcome The result of a reduction operation.SegmentedBackground The background to a segmentation.SegmentedObjects Objects that are a result of an instance-segmentation.SegmentedObjectsAtScale Exposes a particular set of segmented-objects at a particular scale.WithConfidence Wraps an element with a confidence-score.