Package | Description |
---|---|
net.imglib2.roi.geom | |
net.imglib2.roi.geom.real |
Modifier and Type | Method and Description |
---|---|
static WritableSphere |
GeomMasks.closedSphere(double[] center,
double radius)
|
static WritableSphere |
GeomMasks.openSphere(double[] center,
double radius)
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractWritableSphere
Abstract base class for
WritableSphere implementations. |
class |
ClosedWritableSphere
A
Sphere which contains all boundary points. |
class |
OpenWritableSphere
A
Sphere which does not contain any boundary points. |
Copyright © 2015–2022 ImgLib2. All rights reserved.