(ImagePlus imp, double ox, double oy)
| 366 | |
| 367 | |
| 368 | public void addUserPoint(ImagePlus imp, double ox, double oy) { |
| 369 | addPoint(imp, ox, oy); |
| 370 | nMarkers++; |
| 371 | record((int)Math.round(ox),(int)Math.round(oy), true); |
| 372 | } |
| 373 | |
| 374 | private void addPoint2(ImagePlus imp, double ox, double oy) { |
| 375 | double xbase = getXBase(); |
no test coverage detected