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

Method getDimensions

ij/src/main/java/ij/ImagePlus.java:1444–1446  ·  view source on GitHub ↗

Returns the dimensions of this image (width, height, nChannels, nSlices, nFrames) as a 5 element int array.

()

Source from the content-addressed store, hash-verified

1442 /** Returns the dimensions of this image (width, height, nChannels,
1443 nSlices, nFrames) as a 5 element int array. */
1444 public int[] getDimensions() {
1445 return getDimensions(true);
1446 }
1447
1448 public int[] getDimensions(boolean varify) {
1449 if (varify)

Callers 4

getNDimensionsMethod · 0.95
getDimensionsMethod · 0.95
groupZProjectMethod · 0.95

Calls 1

verifyDimensionsMethod · 0.95

Tested by

no test coverage detected