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

Method getDisplayRangeMin

ij/src/main/java/ij/ImagePlus.java:3246–3248  ·  view source on GitHub ↗

Returns the display range minimum of the current channel. @see ij.process.ImageProcessor#getMin @see #getLuts

()

Source from the content-addressed store, hash-verified

3244 * @see #getLuts
3245 */
3246 public double getDisplayRangeMin() {
3247 return ip.getMin();
3248 }
3249
3250 /** Returns the display range maximum of the current channel.
3251 * @see ij.process.ImageProcessor#getMax

Callers 15

updateVirtualSliceMethod · 0.95
getMinAndMaxMethod · 0.95
openMethod · 0.95
runMethod · 0.45
zScaleMethod · 0.45
flipStackMethod · 0.45
runMethod · 0.45
stackListMethod · 0.45
stackRangeMethod · 0.45
createNewStackMethod · 0.45
setupNewImageMethod · 0.45
updateLabelsMethod · 0.45

Calls 1

getMinMethod · 0.45

Tested by

no test coverage detected