| Package | Description |
|---|---|
| net.imglib2.roi | |
| net.imglib2.roi.labeling | |
| net.imglib2.roi.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PositionableIterableRegion<T extends BooleanType<T>>
An
IterableRegion that can be moved around. |
| Modifier and Type | Method and Description |
|---|---|
PositionableIterableInterval<T> |
PositionableIterableInterval.copy()
Make a copy of this
PositionableIterableInterval which can be
positioned independently. |
| Modifier and Type | Class and Description |
|---|---|
class |
LabelRegion<T>
Present pixels of a given label in a
ImgLabeling as a
PositionableIterableRegion. |
| Modifier and Type | Class and Description |
|---|---|
class |
PositionableWrappedIterableInterval<T,S extends IterableInterval<T>>
Makes a
IterableInterval Positionable by wrapping its cursors
with an offset. |
class |
PositionableWrappedIterableRegion<T extends BooleanType<T>>
Makes a
IterableRegion Positionable by wrapping its accessors
with an offset. |
Copyright © 2015–2022 ImgLib2. All rights reserved.