Package | Description |
---|---|
ij.gui | |
ij.process |
Modifier and Type | Method and Description |
---|---|
FloatPolygon |
Roi.getContainedFloatPoints()
Returns the coordinates of the pixels inside this ROI as a FloatPolygon.
|
FloatPolygon |
PointRoi.getContainedFloatPoints()
Returns the points as a FloatPolygon.
|
FloatPolygon |
Line.getFloatPoints()
Returns, as a FloatPolygon, the two points that define this line.
|
FloatPolygon |
Line.getFloatPolygon()
If the width of this line is less than or equal to one, returns the
starting and ending coordinates as a 2-point FloatPolygon, or, if
the width is greater than one, returns an outline of the line as
a 4-point FloatPolygon.
|
FloatPolygon |
PolygonRoi.getFloatPolygon()
Returns this polygon or polyline as float arrays.
|
FloatPolygon |
Roi.getFloatPolygon() |
FloatPolygon |
ShapeRoi.getFloatPolygon() |
FloatPolygon |
OvalRoi.getFloatPolygon()
Returns this OvalRoi as a FloatPolygon.
|
FloatPolygon |
Roi.getInterpolatedPolygon()
Returns, as a FloatPolygon, an interpolated version
of this selection that has points spaced 1.0 pixel apart.
|
FloatPolygon |
PolygonRoi.getInterpolatedPolygon(double interval,
boolean smooth) |
FloatPolygon |
Roi.getInterpolatedPolygon(double interval,
boolean smooth)
Returns, as a FloatPolygon, an interpolated version of
this selection with points spaced 'interval' pixels apart.
|
protected FloatPolygon |
Roi.getInterpolatedPolygon(FloatPolygon p,
double interval,
boolean smooth)
Returns, as a FloatPolygon, an interpolated version of this selection
with points spaced abs('interval') pixels apart.
|
FloatPolygon |
PolygonRoi.getNonSplineFloatPolygon() |
FloatPolygon |
Line.getRotationCenter() |
FloatPolygon |
Roi.getRotationCenter() |
Modifier and Type | Method and Description |
---|---|
protected FloatPolygon |
Roi.getInterpolatedPolygon(FloatPolygon p,
double interval,
boolean smooth)
Returns, as a FloatPolygon, an interpolated version of this selection
with points spaced abs('interval') pixels apart.
|
Constructor and Description |
---|
PointRoi(FloatPolygon poly)
Creates a new PointRoi from a FloatPolygon.
|
PolygonRoi(FloatPolygon p,
int type)
Creates a new polygon or polyline ROI from a FloatPolygon.
|
Modifier and Type | Method and Description |
---|---|
FloatPolygon |
FloatPolygon.duplicate() |