public class BatchConverter extends Object
Constructor and Description |
---|
BatchConverter(MasterModel masterModel) |
Modifier and Type | Method and Description |
---|---|
void |
convertBatchFile(String fileName)
Provide a tab delimited "csv" file Format for each row:
LSM_FILE\tOUTPUT_DIR\tFORMAT\tVERBOSE\tCREATE_SEPARATE_DIR
|
void |
convertFile(String file,
String outputDir,
String format,
boolean verbose,
boolean sepDir) |
ij.ImagePlus |
process(ij.ImagePlus imp)
This is the place to add code to process each image.
|
void |
save(ij.ImagePlus img,
String dir,
String format,
String fileName)
method : save, saves the image with an appropriate file name
|
public BatchConverter(MasterModel masterModel)
public void convertFile(String file, String outputDir, String format, boolean verbose, boolean sepDir)
public void convertBatchFile(String fileName)
public ij.ImagePlus process(ij.ImagePlus imp)
Copyright © 2015–2021 Fiji. All rights reserved.