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

Method resetThreshold

ij/src/main/java/ij/IJ.java:1633–1635  ·  view source on GitHub ↗

Disables thresholding on the current image.

()

Source from the content-addressed store, hash-verified

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) {

Callers 1

doFunctionMethod · 0.95

Calls 6

getImageMethod · 0.95
resetThresholdMethod · 0.95
setLutAnimationMethod · 0.95
updateMethod · 0.95
getProcessorMethod · 0.45
updateAndDrawMethod · 0.45

Tested by

no test coverage detected