Package | Description |
---|---|
net.imglib2.labeling |
Modifier and Type | Field and Description |
---|---|
protected LabelingMapping<T> |
LabelingType.mapping
Deprecated.
|
protected LabelingMapping<T> |
AbstractNativeLabeling.mapping
Deprecated.
Mapping from Label
|
Modifier and Type | Method and Description |
---|---|
LabelingMapping<T> |
NativeLabeling.getMapping()
Deprecated.
|
LabelingMapping<T> |
LabelingType.getMapping()
Deprecated.
|
LabelingMapping<T> |
AbstractNativeLabeling.getMapping()
Deprecated.
|
Constructor and Description |
---|
AbstractNativeLabeling(long[] dim,
LabelingROIStrategyFactory<T> factory,
LabelingMapping<T> mapping)
Deprecated.
|
InternedList(List<T1> src,
int index,
LabelingMapping<T1> owner) |
LabelingConvertedCursor(Cursor<I> source,
long[] generation,
LabelingMapping<T> mapping)
Deprecated.
|
LabelingConvertedRandomAccess(RandomAccess<I> source,
long[] generation,
LabelingMapping<T> mapping)
Deprecated.
|
LabelingType(IntegerType<?> type,
LabelingMapping<T> mapping)
Deprecated.
|
LabelingType(IntegerType<?> type,
LabelingMapping<T> mapping,
long[] generation)
Deprecated.
Constructor for mirroring state with another labeling
|
Copyright © 2015–2022 ImgLib2. All rights reserved.