Resets the minimum and maximum displayed pixel values of the current image to be the same as the min and max pixel values.
()
| 1489 | /** Resets the minimum and maximum displayed pixel values of the |
| 1490 | current image to be the same as the min and max pixel values. */ |
| 1491 | public static void resetMinAndMax() { |
| 1492 | resetMinAndMax(getImage()); |
| 1493 | } |
| 1494 | |
| 1495 | /** Resets the minimum and maximum displayed pixel values of the |
| 1496 | specified image to be the same as the min and max pixel values. */ |
no test coverage detected