Package | Description |
---|---|
net.imagej.legacy.convert.roi.polygon2d | |
net.imagej.legacy.convert.roi.polyline |
Modifier and Type | Class and Description |
---|---|
class |
PolygonRoiWrapper
Wraps an ImageJ 1.x
PolygonRoi as an ImgLib2 Polygon2D . |
class |
UnmodifiablePolygonRoiWrapper
Wraps an ImageJ 1.x
PolygonRoi of type Roi.FREEROI or
Roi.TRACED_ROI as an unmodifiable ImgLib2 Polygon2D . |
Modifier and Type | Class and Description |
---|---|
class |
PolylineRoiWrapper
Wraps an ImageJ 1.x
PolygonRoi as an ImgLib2 Polyline . |
class |
UnmodifiablePolylineRoiWrapper
Wraps an ImageJ 1.x
PolygonRoi of type Roi.FREELINE and
Roi.ANGLE as an unmodifiable ImgLib2 Polyline . |
Copyright © 2014–2022 ImageJ. All rights reserved.