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

Method killRoi

ij/src/main/java/ij/ImagePlus.java:2348–2350  ·  view source on GitHub ↗

Deletes the current region of interest.

()

Source from the content-addressed store, hash-verified

2346
2347 /** Deletes the current region of interest. */
2348 public void killRoi() {
2349 deleteRoi();
2350 }
2351
2352 /** Deletes the current region of interest. */
2353 public void resetRoi() {

Callers 8

runMethod · 0.95
measureApertureMethod · 0.80
prepareMethod · 0.80
setAsROIMethod · 0.80
runMethod · 0.80
getLiveStatisticsMethod · 0.80
getStatisticsMethod · 0.80
getBiSliderStatisticsMethod · 0.80

Calls 1

deleteRoiMethod · 0.95

Tested by

no test coverage detected