Disables thresholding on the current image.
()
| 1631 | |
| 1632 | /** Disables thresholding on the current image. */ |
| 1633 | public static void resetThreshold() { |
| 1634 | resetThreshold(getImage()); |
| 1635 | } |
| 1636 | |
| 1637 | /** Disables thresholding on the specified image. */ |
| 1638 | public static void resetThreshold(ImagePlus img) { |
no test coverage detected