Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroImageJ/astroimagej
/ getProcessor
Method
getProcessor
ij/src/main/java/ij/gui/ImageRoi.java:136–143 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
134
}
135
136
public
ImageProcessor getProcessor() {
137
if
(ip!=null)
138
return
ip;
139
else
{
140
ip =
new
ColorProcessor(img);
141
return
ip;
142
}
143
}
144
145
public
void
setProcessor(ImageProcessor ip) {
146
img = ip.createImage();
Callers
1
createRoiMask
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected