Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroImageJ/astroimagej
/ getHeight
Method
getHeight
ij/src/main/java/ij/ImageStack.java:195–197 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
193
}
194
195
public
int
getHeight() {
196
return
height;
197
}
198
199
public
void
setRoi(Rectangle roi) {
200
this.roi = roi;
Callers
12
toString
Method · 0.95
reduceStack
Method · 0.95
duplicateStack
Method · 0.95
zScaleHyperstack
Method · 0.95
resizeZ
Method · 0.95
run
Method · 0.95
doHSRGBProjection
Method · 0.95
doAverageFloatProjection
Method · 0.95
doAverageFloatProjectionVirtual
Method · 0.95
addSlice
Method · 0.45
setProcessor
Method · 0.45
create
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected