Package | Description |
---|---|
net.imglib2.labeling |
Modifier and Type | Field and Description |
---|---|
protected LabelingType<T> |
LabelingConvertedRandomAccess.type
Deprecated.
|
protected LabelingType<T> |
LabelingConvertedCursor.type
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
LabelingType<T> |
LabelingType.copy()
Deprecated.
|
LabelingType<T> |
LabelingType.createVariable()
Deprecated.
|
LabelingType<T> |
NativeImgLabeling.firstElement()
Deprecated.
|
LabelingType<T> |
LabelingConvertedRandomAccess.get()
Deprecated.
|
LabelingType<T> |
LabelingConvertedCursor.get()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
OutOfBounds<LabelingType<T>> |
LabelingOutOfBoundsRandomAccessFactory.create(F f)
Deprecated.
|
Cursor<LabelingType<T>> |
NativeImgLabeling.cursor()
Deprecated.
|
Cursor<LabelingType<L>> |
LabelingView.cursor()
Deprecated.
|
Cursor<LabelingType<T>> |
NativeImgLabeling.cursor(Interval interval)
Deprecated.
|
Cursor<LabelingType<L>> |
LabelingView.cursor(Interval interval)
Deprecated.
|
Iterator<LabelingType<T>> |
NativeImgLabeling.iterator()
Deprecated.
|
Cursor<LabelingType<T>> |
NativeImgLabeling.localizingCursor()
Deprecated.
|
Cursor<LabelingType<L>> |
LabelingView.localizingCursor()
Deprecated.
|
Cursor<LabelingType<T>> |
NativeImgLabeling.localizingCursor(Interval interval)
Deprecated.
|
Cursor<LabelingType<L>> |
LabelingView.localizingCursor(Interval interval)
Deprecated.
|
RandomAccess<LabelingType<T>> |
NativeImgLabeling.randomAccess()
Deprecated.
|
RandomAccess<LabelingType<T>> |
NativeImgLabeling.randomAccess(Interval interval)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
LabelingType.set(LabelingType<T> c)
Deprecated.
|
boolean |
LabelingType.valueEquals(LabelingType<T> t)
Deprecated.
|
Constructor and Description |
---|
LabelingView(RandomAccessibleInterval<LabelingType<L>> in,
LabelingFactory<L> fac)
Deprecated.
|
Copyright © 2015–2022 ImgLib2. All rights reserved.