Class | Description |
---|---|
Polygon2DToPolygonRoiConverter |
Converts a
Polygon2D to a PolygonRoi of type POLYGON. |
Polygon2DWrapper |
A
PolygonRoi with an associated WritablePolygon2D . |
PolygonRoiToPolygon2DConverter |
Converts an ImageJ 1.x
PolygonRoi of type:
Roi.POLYGON
Roi.TRACED_ROI
Roi.FREEROI
to an ImgLib2 Polygon2D . |
PolygonRoiWrapper |
Wraps an ImageJ 1.x
PolygonRoi as an ImgLib2 Polygon2D . |
UnmodifiablePolygonRoiWrapper |
Wraps an ImageJ 1.x
PolygonRoi of type Roi.FREEROI or
Roi.TRACED_ROI as an unmodifiable ImgLib2 Polygon2D . |
WritablePolygon2DToPolygonRoiConverter |
Converts a
WritablePolygon2D to a PolygonRoi of type POLYGON. |
Copyright © 2014–2022 ImageJ. All rights reserved.