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

Method getWidth

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

Returns the image width of the virtual stack

()

Source from the content-addressed store, hash-verified

482
483 /** Returns the image width of the virtual stack */
484 public int getWidth() {
485 return dwWidth;
486 }
487
488 /** Returns the image height of the virtual stack */
489 public int getHeight() {

Callers 15

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
getInfoMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected