Class | Description |
---|---|
BoundingBox |
A bounding box
Interval around a region that is build by
aggregating positions contained in the region. |
ImgLabeling<T,I extends IntegerType<I>> |
A labeling backed by a
image of integer
indices. |
LabelingMapping<T> |
The LabelingMapping maps a set of labelings of a pixel to an index value
which can be more compactly stored than the set of labelings.
|
LabelingMapping.InternedSet<T> |
Canonical representative for a label set.
|
LabelingMapping.SerialisationAccess<T> | Deprecated
Use
LabelingMapping.getLabelSets() or
LabelingMapping.setLabelSets(List) instead. |
Labelings |
Utility class for labeling tasks.
|
LabelingType<T> |
The
LabelingType represents a labeling of a pixel with zero or more
labels of type T. |
LabelingType.ModCount | |
LabelRegion<T> |
Present pixels of a given label in a
ImgLabeling as a
PositionableIterableRegion . |
LabelRegionCursor | |
LabelRegionRandomAccess<T> | |
LabelRegions<T> |
Provides
LabelRegion s for all labels of a labeling. |
OverlappingLabels<T extends Comparable<T>> |
Copyright © 2015–2022 ImgLib2. All rights reserved.