Package | Description |
---|---|
net.imglib2.roi.geom.real |
Modifier and Type | Interface and Description |
---|---|
interface |
Ellipsoid
A
RealMaskRealInterval which defines an n-d ellipsoid. |
interface |
Sphere
A
RealMaskRealInterval which defines an n-d sphere. |
interface |
WritableEllipsoid
A modifiable
Ellipsoid . |
interface |
WritableSphere
A modifiable
Sphere . |
interface |
WritableSuperEllipsoid
A modifiable
SuperEllipsoid . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractWritableEllipsoid
Abstract base class for
WritableEllipsoid implementations. |
class |
AbstractWritableSphere
Abstract base class for
WritableSphere implementations. |
class |
AbstractWritableSuperEllipsoid
Abstract base class for
WritableSuperEllipsoid 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 |
ClosedWritableSuperEllipsoid
A
SuperEllipsoid which contains all edge 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. |
class |
OpenWritableSuperEllipsoid
A
SuperEllipsoid which does not contain any edge points. |
Modifier and Type | Method and Description |
---|---|
static boolean |
SuperEllipsoid.equals(SuperEllipsoid ellipsoid1,
SuperEllipsoid ellipsoid2)
Determines whether two superellipsoid describe the same region.
|
static int |
SuperEllipsoid.hashCode(SuperEllipsoid ellipsoid)
Computes a hash code for a superellipsoid.
|
Copyright © 2015–2022 ImgLib2. All rights reserved.