Opens the images in the specified directory as a stack. Displays directory chooser and options dialogs if the argument is null.
(String path)
| 78 | /** Opens the images in the specified directory as a stack. Displays |
| 79 | directory chooser and options dialogs if the argument is null. */ |
| 80 | public static ImagePlus open(String path) { |
| 81 | return open(path, null); |
| 82 | } |
| 83 | |
| 84 | /** Opens the images in the specified directory as a stack. Opens |
| 85 | the images as a virtual stack if the 'options' string contains |
no test coverage detected