Package | Description |
---|---|
net.imglib2.roi.labeling | |
net.imglib2.roi.util |
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. |
Constructor and Description |
---|
PositionableInterval(PositionableInterval other)
Copy constructor.
|
Copyright © 2015–2022 ImgLib2. All rights reserved.