| Modifier and Type | Class and Description |
|---|---|
class |
RoiToMaskIntervalConverter
Converts an ImageJ 1.x
Roi to an Imglib2 MaskInterval. |
class |
ShapeRoiToMaskRealIntervalConverter
Converts an ImageJ 1.x
ShapeRoi to an ImgLib2
RealMaskRealInterval. |
| Modifier and Type | Class and Description |
|---|---|
class |
RoiToBoxConverter
|
| Modifier and Type | Class and Description |
|---|---|
class |
OvalRoiToEllipsoidConverter
|
| Modifier and Type | Class and Description |
|---|---|
class |
IJLineToLineConverter
|
| Modifier and Type | Class and Description |
|---|---|
class |
PointRoiToRealPointCollectionConverter
Converts an ImageJ 1.x
PointRoi to an ImgLib2
RealPointCollection. |
| Modifier and Type | Class and Description |
|---|---|
class |
PolygonRoiToPolygon2DConverter
Converts an ImageJ 1.x
PolygonRoi of type:
Roi.POLYGON
Roi.TRACED_ROI
Roi.FREEROI
to an ImgLib2 Polygon2D. |
| Modifier and Type | Class and Description |
|---|---|
class |
PolylineRoiToPolylineConverter
Converts an ImageJ 1.x
PolygonRoi to an ImgLib2 Polyline. |
class |
PolylineRoiToRealMaskRealIntervalConverter
Converts an ImageJ 1.x
PolygonRoi to an ImgLib2
RealMaskRealInterval. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractIJRoiToMaskPredicate<R extends Roi,M extends MaskPredicate<? extends RealLocalizable>,C extends AbstractRoiToMaskPredicateConverter<R,M>>
Abstract base class for
Converters which convert Roi to
MaskPredicate and updates the OMEROService roi mappings. |
| Modifier and Type | Class and Description |
|---|---|
class |
TextRoiToTextRoiWrapper
Wraps a
TextRoi to a TextRoiWrapper. |
Copyright © 2014–2022 ImageJ. All rights reserved.