Package | Description |
---|---|
net.imglib2.roi | |
net.imglib2.roi.labeling | |
net.imglib2.roi.util |
Modifier and Type | Method and Description |
---|---|
PositionableIterableRegion<T> |
PositionableIterableRegion.copy() |
static <B extends BooleanType<B>> |
Regions.positionable(RandomAccessibleInterval<B> region)
Make any
RandomAccessibleInterval<BooleanType> into an
PositionableIterableRegion . |
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 |
PositionableWrappedIterableRegion<T extends BooleanType<T>>
Makes a
IterableRegion Positionable by wrapping its accessors
with an offset. |
Copyright © 2015–2022 ImgLib2. All rights reserved.