Assigns the ROI at the specified index to the current image.
(int index)
| 2617 | |
| 2618 | /** Assigns the ROI at the specified index to the current image. */ |
| 2619 | public void select(int index) { |
| 2620 | select(null, index); |
| 2621 | } |
| 2622 | |
| 2623 | /** Assigns the ROI at the specified index to 'imp'. */ |
| 2624 | public void select(ImagePlus imp, int index) { |
no test coverage detected