MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / getInterpolatedPolygon

Method getInterpolatedPolygon

ij/src/main/java/ij/gui/Roi.java:648–650  ·  view source on GitHub ↗

Returns, as a FloatPolygon, an interpolated version of this selection that has points spaced 1.0 pixel apart.

()

Source from the content-addressed store, hash-verified

646 * of this selection that has points spaced 1.0 pixel apart.
647 */
648 public FloatPolygon getInterpolatedPolygon() {
649 return getInterpolatedPolygon(1.0, false);
650 }
651
652 /** Returns, as a FloatPolygon, an interpolated version of
653 * this selection with points spaced 'interval' pixels apart.

Callers 2

interpolateMethod · 0.95

Calls 8

getFloatPolygonMethod · 0.95
isLineMethod · 0.95
errorMethod · 0.95
getFloatPointsMethod · 0.80
absMethod · 0.45
getLengthMethod · 0.45
sqrtMethod · 0.45

Tested by

no test coverage detected