use of loci.plugins.in.ImporterOptions in project bioformats by openmicroscopy.
the class BF method openImagePlus.
public static ImagePlus[] openImagePlus(String path) throws FormatException, IOException {
ImporterOptions options = new ImporterOptions();
options.setId(path);
return openImagePlus(options);
}
Aggregations