Package | Description |
---|---|
net.imglib2.roi.geom | |
net.imglib2.roi.geom.real |
Modifier and Type | Method and Description |
---|---|
static WritableBox |
GeomMasks.closedBox(double[] min,
double[] max)
|
static WritableBox |
GeomMasks.openBox(double[] min,
double[] max)
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractWritableBox
Abstract base class for implementations of
WritableBox . |
class |
ClosedWritableBox
A
Box which contains all edge points defined by the min and
max values in each dimension. |
class |
OpenWritableBox
A
Box which contains no edge points defined by the min and max
values in each dimension. |
Copyright © 2015–2022 ImgLib2. All rights reserved.