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

Method getHeight

ij/src/main/java/ij/plugin/AVI_Reader.java:489–491  ·  view source on GitHub ↗

Returns the image height of the virtual stack

()

Source from the content-addressed store, hash-verified

487
488 /** Returns the image height of the virtual stack */
489 public int getHeight() {
490 return biHeight;
491 }
492
493 /** Returns the number of images in this virtual stack (if it is one) */
494 public int getSize() {

Callers 15

getFunctionValueMethod · 0.45
getValueMethod · 0.45
runMethod · 0.45
runMethod · 0.45
reduceHyperstackMethod · 0.45
findMinMaxSizeMethod · 0.45
mergeStacksMethod · 0.45
createNewImageMethod · 0.45
normalizeFloatMethod · 0.45
writeDataMethod · 0.45
createHeaderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected