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

Method setMinAndMax

ij/src/main/java/ij/IJ.java:1463–1465  ·  view source on GitHub ↗

Sets the display range (minimum and maximum displayed pixel values) of the current image.

(double min, double max)

Source from the content-addressed store, hash-verified

1461
1462 /** Sets the display range (minimum and maximum displayed pixel values) of the current image. */
1463 public static void setMinAndMax(double min, double max) {
1464 setMinAndMax(getImage(), min, max, 7);
1465 }
1466
1467 /** Sets the display range (minimum and maximum displayed pixel values) of the specified image. */
1468 public static void setMinAndMax(ImagePlus img, double min, double max) {

Callers 10

setMinAndMaxMethod · 0.95
flipStackMethod · 0.95
convertToGray32Method · 0.95
resetStackMethod · 0.45
setDisplayRangeMethod · 0.45
resetDisplayRangeMethod · 0.45
setStackThresholdMethod · 0.45
updateImageMethod · 0.45
setDisplayRangeMethod · 0.45
runMethod · 0.45

Calls 5

getImageMethod · 0.95
getRawValueMethod · 0.95
getCalibrationMethod · 0.80
setDisplayRangeMethod · 0.45
updateAndDrawMethod · 0.45

Tested by

no test coverage detected