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

Method getHeight

ij/src/main/java/ij/ImagePlus.java:1330–1332  ·  view source on GitHub ↗

Returns the height of this image in pixels.

()

Source from the content-addressed store, hash-verified

1328
1329 /** Returns the height of this image in pixels. */
1330 public int getHeight() {
1331 return height;
1332 }
1333
1334 /** Returns the size of this image in bytes. */
1335 public double getSizeInBytes() {

Callers 15

createRoiMaskMethod · 0.95
getSizeInBytesMethod · 0.95
flattenImageMethod · 0.95
getProcessorMethod · 0.95
changeValuesMethod · 0.95
getBoundsMethod · 0.95
toScaledMethod · 0.95
toUnscaledMethod · 0.95
doImageMethod · 0.95
runMethod · 0.95
mergeHyperstacksMethod · 0.95
openRoiMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected