Uses of Class
ij.gui.PointRoi
-
Packages that use PointRoi Package Description ij.gui -
-
Uses of PointRoi in ij.gui
Methods in ij.gui that return PointRoi Modifier and Type Method Description PointRoi
PointRoi. addPoint(double x, double y)
Adds a point to this PointRoi.PointRoi
PointRoi. subtractPoints(Roi roi)
Subtract the points that intersect the specified ROI and return the result.
-