Package | Description |
---|---|
ij.gui |
Modifier and Type | Method and Description |
---|---|
PointRoi |
PointRoi.addPoint(double x,
double y)
Returns a copy of this PointRoi with a point at (x,y) added.
|
PointRoi |
PointRoi.addPoint(int x,
int y) |
PointRoi |
PointRoi.subtractPoints(Roi roi)
Subtract the points that intersect the specified ROI and return
the result.
|