Package | Description |
---|---|
net.imglib2.roi.geom.real |
Modifier and Type | Interface and Description |
---|---|
interface |
Polygon2D
A
RealMaskRealInterval which defines a real space 2D polygon. |
interface |
Polyline
A
RealMaskRealInterval which defines a polyline in n-d space. |
interface |
WritablePolygon2D
A modifiable
Polygon2D . |
interface |
WritablePolyline
A modifiable
Polyline . |
interface |
WritablePolyshape
A modifiable
Polyshape . |
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 |
DefaultWritablePolyline
A polyline, which can be embedded in n-dimensional space.
|
class |
OpenWritablePolygon2D
A
Polygon2D which contains no boundary points, and is defined by the
provided vertices. |
Modifier and Type | Method and Description |
---|---|
static boolean |
Polyshape.equals(Polyshape polyshape1,
Polyshape polyshape2)
Determines whether two polyshapes describe the same region.
|
Copyright © 2015–2022 ImgLib2. All rights reserved.