Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroImageJ/astroimagej
/ setRoi
Method
setRoi
ij/src/main/java/ij/ImageStack.java:199–201 ·
view source on GitHub ↗
(Rectangle roi)
Source
from the content-addressed store, hash-verified
197
}
198
199
public
void
setRoi(Rectangle roi) {
200
this.roi = roi;
201
}
202
203
public
Rectangle getRoi() {
204
if
(roi==null)
Callers
1
getStack
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected