FloatPolygon |
PointRoi.getContainedFloatPoints() |
Returns the points as a FloatPolygon.
|
FloatPolygon |
Roi.getContainedFloatPoints() |
Returns the coordinates of the pixels inside this ROI 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 |
OvalRoi.getFloatPolygon() |
Returns this OvalRoi as a FloatPolygon.
|
FloatPolygon |
PolygonRoi.getFloatPolygon() |
Returns this polygon or polyline as float arrays.
|
FloatPolygon |
Roi.getFloatPolygon() |
|
FloatPolygon |
ShapeRoi.getFloatPolygon() |
|
FloatPolygon |
PolygonRoi.getInterpolatedPolygon(double interval,
boolean smooth) |
|
FloatPolygon |
Roi.getInterpolatedPolygon() |
Returns, as a FloatPolygon, an interpolated version
of this selection that has points spaced 1.0 pixel apart.
|
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() |
|