Package | Description |
---|---|
net.imglib2.roi.geom | |
net.imglib2.roi.geom.real |
Modifier and Type | Method and Description |
---|---|
static WritablePolygon2D |
GeomMasks.closedPolygon2D(double[] x,
double[] y)
|
static WritablePolygon2D |
GeomMasks.closedPolygon2D(List<? extends RealLocalizable> vertices)
|
static WritablePolygon2D |
GeomMasks.openPolygon2D(double[] x,
double[] y)
|
static WritablePolygon2D |
GeomMasks.openPolygon2D(List<? extends RealLocalizable> vertices)
|
static WritablePolygon2D |
GeomMasks.polygon2D(double[] x,
double[] y)
|
static WritablePolygon2D |
GeomMasks.polygon2D(List<? extends RealLocalizable> vertices)
|
Modifier and Type | Class and Description |
---|---|
class |
ClosedWritablePolygon2D
A
Polygon2D which contains all boundary points, and is defined by the
provided vertices. |
class |
DefaultWritablePolygon2D
A
DefaultWritablePolygon2D defined by the given vertices. |
class |
OpenWritablePolygon2D
A
Polygon2D which contains no boundary points, and is defined by the
provided vertices. |
Copyright © 2015–2022 ImgLib2. All rights reserved.