Package | Description |
---|---|
net.imglib2.roi | |
net.imglib2.roi.boundary | |
net.imglib2.roi.labeling | |
net.imglib2.type.logic |
Modifier and Type | Method and Description |
---|---|
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. |
static RandomAccessible<BoolType> |
Masks.toRandomAccessible(Mask mask)
|
static RandomAccessibleInterval<BoolType> |
Masks.toRandomAccessibleInterval(MaskInterval mask)
|
static RealRandomAccessible<BoolType> |
Masks.toRealRandomAccessible(RealMask mask)
|
static RealRandomAccessibleRealInterval<BoolType> |
Masks.toRealRandomAccessibleRealInterval(RealMaskRealInterval mask)
|
Modifier and Type | Method and Description |
---|---|
BoolType |
BoundaryRandomAccess8.get() |
BoolType |
BoundaryRandomAccess4.get() |
Modifier and Type | Method and Description |
---|---|
RandomAccess<BoolType> |
Boundary.randomAccess() |
RandomAccess<BoolType> |
Boundary.randomAccess(Interval interval) |
Modifier and Type | Method and Description |
---|---|
BoolType |
LabelRegionRandomAccess.get() |
Modifier and Type | Method and Description |
---|---|
RandomAccess<BoolType> |
LabelRegion.randomAccess(Interval interval) |
Modifier and Type | Method and Description |
---|---|
BoolType |
BoolType.copy() |
BoolType |
BoolType.createVariable() |
Modifier and Type | Method and Description |
---|---|
void |
BoolType.and(BoolType c) |
int |
BoolType.compareTo(BoolType other) |
void |
BoolType.or(BoolType c) |
void |
BoolType.set(BoolType c) |
boolean |
BoolType.valueEquals(BoolType t) |
void |
BoolType.xor(BoolType c) |
Copyright © 2015–2022 ImgLib2. All rights reserved.