Package | Description |
---|---|
net.imglib2.roi.geom | |
net.imglib2.roi.geom.real |
Modifier and Type | Method and Description |
---|---|
static WritableEllipsoid |
GeomMasks.closedEllipsoid(double[] center,
double[] semiAxisLengths)
|
static WritableEllipsoid |
GeomMasks.openEllipsoid(double[] center,
double[] semiAxisLengths)
|
Modifier and Type | Interface and Description |
---|---|
interface |
WritableSphere
A modifiable
Sphere . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractWritableEllipsoid
Abstract base class for
WritableEllipsoid implementations. |
class |
AbstractWritableSphere
Abstract base class for
WritableSphere implementations. |
class |
ClosedWritableEllipsoid
A
Ellipsoid which does not contain any edge points, defined by a
center and semi-axis lengths. |
class |
ClosedWritableSphere
A
Sphere which contains all boundary points. |
class |
OpenWritableEllipsoid
A
Ellipsoid which does not contain any edge points, defined by a
center and semi-axis lengths. |
class |
OpenWritableSphere
A
Sphere which does not contain any boundary points. |
Copyright © 2015–2022 ImgLib2. All rights reserved.