Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroImageJ/astroimagej
/ resetRoi
Method
resetRoi
ij/src/main/java/ij/ImagePlus.java:2353–2355 ·
view source on GitHub ↗
Deletes the current region of interest.
()
Source
from the content-addressed store, hash-verified
2351
2352
/** Deletes the current region of interest. */
2353
public
void
resetRoi() {
2354
deleteRoi();
2355
}
2356
2357
public
void
saveRoi() {
2358
Roi roi2 = roi;
Callers
8
getProcessor
Method · 0.45
getMask
Method · 0.45
getRawStatistics
Method · 0.45
setRoi
Method · 0.45
deleteRoi
Method · 0.45
processImage
Method · 0.45
findLocalMaxima
Method · 0.45
clearOutside
Method · 0.45
Calls
1
deleteRoi
Method · 0.95
Tested by
no test coverage detected