Package | Description |
---|---|
net.imglib2.roi | |
net.imglib2.roi.boundary | |
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 |
---|---|
static <B extends BooleanType<B>> |
Regions.iterable(RandomAccessibleInterval<B> region)
Obtains an
IterableRegion whose iteration consists of only the
true pixels of a region (instead of all pixels in bounding box). |
static IterableRegion<BoolType> |
Masks.toIterableRegion(MaskInterval mask)
View a
MaskInterval as an IterableRegion ,
in integer coordinates. |
static IterableRegion<BoolType> |
Masks.toIterableRegion(RealMaskRealInterval mask)
View a
RealMaskRealInterval as an IterableRegion ,
in integer coordinates. |
Modifier and Type | Class and Description |
---|---|
class |
Boundary<T extends BooleanType<T>>
An
IterableRegion of the boundary pixels of a source boolean
RandomAccessibleInterval . |
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 |
IterableRandomAccessibleRegion<T extends BooleanType<T>>
Deprecated.
|
class |
IterableRegionOnBooleanRAI<T extends BooleanType<T>>
Wrap a boolean
RandomAccessibleInterval as a IterableRegion . |
class |
PositionableWrappedIterableRegion<T extends BooleanType<T>>
Makes a
IterableRegion Positionable by wrapping its accessors
with an offset. |
Constructor and Description |
---|
PositionableWrappedIterableRegion(IterableRegion<T> source) |
Copyright © 2015–2022 ImgLib2. All rights reserved.