public class Stitch_Image_Collection extends Object implements ij.plugin.PlugIn
Modifier and Type | Field and Description |
---|---|
double |
alpha |
static double |
alphaStatic |
static boolean |
computeOverlapStatic |
int |
dim |
static String |
fileNameStatic |
static String |
fusionMethodStatic |
static String |
handleRGBStatic |
static boolean |
previewOnlyStatic |
String |
rgbOrder |
static String |
rgbOrderStatic |
double |
thresholdDisplacementAbsolute |
static double |
thresholdDisplacementAbsoluteStatic |
double |
thresholdDisplacementRelative |
static double |
thresholdDisplacementRelativeStatic |
double |
thresholdR |
static double |
thresholdRStatic |
Constructor and Description |
---|
Stitch_Image_Collection() |
Modifier and Type | Method and Description |
---|---|
static ij.ImagePlus |
fuseImages(ArrayList<ImageInformation> imageInformationList,
float[] max,
String name,
String fusionMethod,
String rgbOrder,
int dim,
double alpha,
boolean showOutput) |
protected static float[] |
getAndApplyMinMax(ArrayList<ImageInformation> imageInformationList,
int dim) |
static BufferedReader |
openFileRead(String fileName) |
void |
run(String arg0) |
protected static ij.measure.Calibration |
updateCalibration(ij.measure.Calibration cal,
ij.measure.Calibration newOne) |
ij.ImagePlus |
work(ArrayList<ImageInformation> imageInformationList,
boolean createPreview,
boolean computeOverlap,
String fusionMethod,
String handleRGB,
String fileName,
boolean showImage) |
ij.ImagePlus |
work(GridLayout gridLayout,
boolean createPreview,
boolean computeOverlap,
String fileName,
boolean showImage) |
ij.ImagePlus |
work(String fileName,
boolean createPreview,
boolean computeOverlap,
String fusionMethod,
String handleRGB,
boolean showImage) |
protected void |
writeOutputConfiguration(String fileName,
ArrayList<ImageInformation> imageInformationList) |
public int dim
public double alpha
public double thresholdR
public double thresholdDisplacementRelative
public double thresholdDisplacementAbsolute
public String rgbOrder
public static String fileNameStatic
public static boolean computeOverlapStatic
public static String handleRGBStatic
public static String rgbOrderStatic
public static String fusionMethodStatic
public static double alphaStatic
public static double thresholdRStatic
public static double thresholdDisplacementRelativeStatic
public static double thresholdDisplacementAbsoluteStatic
public static boolean previewOnlyStatic
public void run(String arg0)
run
in interface ij.plugin.PlugIn
public ij.ImagePlus work(String fileName, boolean createPreview, boolean computeOverlap, String fusionMethod, String handleRGB, boolean showImage)
public ij.ImagePlus work(GridLayout gridLayout, boolean createPreview, boolean computeOverlap, String fileName, boolean showImage)
public ij.ImagePlus work(ArrayList<ImageInformation> imageInformationList, boolean createPreview, boolean computeOverlap, String fusionMethod, String handleRGB, String fileName, boolean showImage)
protected void writeOutputConfiguration(String fileName, ArrayList<ImageInformation> imageInformationList)
public static ij.ImagePlus fuseImages(ArrayList<ImageInformation> imageInformationList, float[] max, String name, String fusionMethod, String rgbOrder, int dim, double alpha, boolean showOutput)
protected static ij.measure.Calibration updateCalibration(ij.measure.Calibration cal, ij.measure.Calibration newOne)
protected static float[] getAndApplyMinMax(ArrayList<ImageInformation> imageInformationList, int dim)
public static BufferedReader openFileRead(String fileName)
Copyright © 2015–2021 Fiji. All rights reserved.