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

Method getPolygon

ij/src/main/java/ij/gui/ShapeRoi.java:1180–1183  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1178 }
1179
1180 public Polygon getPolygon() {
1181 FloatPolygon fp = getFloatPolygon();
1182 return new Polygon(toIntR(fp.xpoints), toIntR(fp.ypoints), fp.npoints);
1183 }
1184
1185 /** Returns all vertex points of the shape as approximated by polygons,
1186 * in image pixel coordinates */

Callers 2

sizeMethod · 0.95
roiToShapeMethod · 0.45

Calls 2

getFloatPolygonMethod · 0.95
toIntRMethod · 0.80

Tested by

no test coverage detected