MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / resetMinAndMax

Method resetMinAndMax

ij/src/main/java/ij/IJ.java:1491–1493  ·  view source on GitHub ↗

Resets the minimum and maximum displayed pixel values of the current image to be the same as the min and max pixel values.

()

Source from the content-addressed store, hash-verified

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. */

Callers 7

doFunctionMethod · 0.95
resetDisplayRangeMethod · 0.45
setupLutsMethod · 0.45
resetDisplayRangeMethod · 0.45
runMethod · 0.45
runMethod · 0.45
processMethod · 0.45

Calls 3

getImageMethod · 0.95
resetDisplayRangeMethod · 0.45
updateAndDrawMethod · 0.45

Tested by

no test coverage detected