Package | Description |
---|---|
net.imglib2.roi.labeling |
Modifier and Type | Method and Description |
---|---|
LabelingType<T> |
LabelingType.copy()
Note: The copy shares the mapping of this
LabelingType . |
LabelingType<T> |
LabelingType.createVariable()
Note: This creates an "independent"
LabelingType
instance that has its own LabelingMapping . |
<L> LabelingType<L> |
LabelingType.createVariable(Class<? extends L> newType)
Creates a new
LabelingType based on the underlying
IntegerType of the existing LabelingType with a different
label type L |
LabelingType<T> |
ImgLabeling.firstElement() |
Modifier and Type | Method and Description |
---|---|
Cursor<LabelingType<T>> |
ImgLabeling.cursor() |
Cursor<LabelingType<T>> |
ImgLabeling.cursor(Interval interval) |
Iterator<LabelingType<T>> |
ImgLabeling.iterator() |
Cursor<LabelingType<T>> |
ImgLabeling.localizingCursor() |
Cursor<LabelingType<T>> |
ImgLabeling.localizingCursor(Interval interval) |
RandomAccess<LabelingType<T>> |
ImgLabeling.randomAccess() |
RandomAccess<LabelingType<T>> |
ImgLabeling.randomAccess(Interval interval) |
Modifier and Type | Method and Description |
---|---|
void |
LabelingType.set(LabelingType<T> c) |
boolean |
LabelingType.valueEquals(LabelingType<T> t) |
Modifier and Type | Method and Description |
---|---|
static <T> LabelingMapping<T> |
Labelings.getLabelingMapping(RandomAccessibleInterval<LabelingType<T>> labeling)
|
Constructor and Description |
---|
LabelRegions(RandomAccessibleInterval<LabelingType<T>> labeling) |
OverlappingLabels(RandomAccessibleInterval<LabelingType<T>> labeling) |
Copyright © 2015–2022 ImgLib2. All rights reserved.