public class Stitch_Many_Images extends Object implements ij.plugin.PlugIn
Modifier and Type | Class and Description |
---|---|
protected class |
Stitch_Many_Images.IntroItemListener
Makes sure that only one item is selected at a time
|
Modifier and Type | Field and Description |
---|---|
static double |
alphaStatic |
static boolean |
computeOverlapStatic |
static String |
fileNameStatic
Static variables for the individual dialogs
|
static String |
fusionMethodStatic |
static String |
handleRGBStatic |
static boolean |
previewOnlyStatic |
static String |
rgbOrderStatic |
static int |
stitchingType |
static double |
thresholdDisplacementAbsoluteStatic |
static double |
thresholdDisplacementRelativeStatic |
static double |
thresholdRStatic |
Constructor and Description |
---|
Stitch_Many_Images() |
Modifier and Type | Method and Description |
---|---|
void |
run(String arg0) |
protected void |
runStitching()
Calls the Stitching with the parameters provided
|
void |
stitchCollection()
Manages the dialog for stitching a collection of images defined by a Tileconfiguration file
|
void |
stitchDirectory()
Manages the dialog for stitching all files in a directory with unknown configuration
|
void |
stitchGrid()
Manages the dialog for stitching a grid of images
|
void |
stitchMultiSeriesFile()
Manages the dialog for stitching all tiles in a multi-series file
|
public static int stitchingType
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 void stitchGrid()
public void stitchDirectory()
public void stitchMultiSeriesFile()
public void stitchCollection()
protected void runStitching()
Copyright © 2015–2021 Fiji. All rights reserved.