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

Method getImagePlus

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

Returns the ImagePlus opened by run().

()

Source from the content-addressed store, hash-verified

364
365 /** Returns the ImagePlus opened by run(). */
366 public ImagePlus getImagePlus() {
367 return imp;
368 }
369
370 /** Opens an AVI file as a virtual stack. The ImagePlus is not displayed. */
371 public static ImagePlus openVirtual(String path) {

Callers 6

openImageMethod · 0.95
createMaskMethod · 0.45
runMethod · 0.45
runMethod · 0.45
syncedMethod · 0.45
getMatchingCoordsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected