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

Method setRawThreshold

ij/src/main/java/ij/IJ.java:1538–1540  ·  view source on GitHub ↗

This is a version of setThreshold() that uses raw (uncalibrated) values in the range 0-255 for 8-bit images and 0-65535 for 16-bit images and the "Red" LUT display mode.

(ImagePlus img, double lowerThreshold, double upperThreshold)

Source from the content-addressed store, hash-verified

1536 * images and the "Red" LUT display mode.
1537 */
1538 public static void setRawThreshold(ImagePlus img, double lowerThreshold, double upperThreshold) {
1539 setRawThreshold(img, lowerThreshold, upperThreshold, null);
1540 }
1541
1542 /** This is a version of setThreshold() that always uses raw (uncalibrated) values
1543 * in the range 0-255 for 8-bit images and 0-65535 for 16-bit images.

Callers 1

setThresholdMethod · 0.95

Calls 7

updateMethod · 0.95
containsMethod · 0.45
setThresholdMethod · 0.45
getProcessorMethod · 0.45
getWindowMethod · 0.45
setLutAnimationMethod · 0.45
updateAndDrawMethod · 0.45

Tested by

no test coverage detected