public class Stitching_Pairwise extends Object implements ij.plugin.PlugIn
Modifier and Type | Field and Description |
---|---|
static int |
defaultChannel1 |
static int |
defaultChannel2 |
static int |
defaultCheckPeaks |
static boolean |
defaultComputeOverlap |
static double |
defaultDisplacementThresholdAbsolute |
static double |
defaultDisplacementThresholdRelative |
static boolean |
defaultFuseImages |
static int |
defaultFusionMethod |
static boolean[] |
defaultHandleChannel1 |
static boolean[] |
defaultHandleChannel2 |
static boolean |
defaultIgnoreZeroValues |
static int |
defaultImg1 |
static int |
defaultImg2 |
static int |
defaultMemorySpeedChoice |
static boolean |
defaultSubpixelAccuracy |
static int |
defaultTimeSelect |
static double |
defaultxOffset |
static double |
defaultyOffset |
static double |
defaultzOffset |
Constructor and Description |
---|
Stitching_Pairwise() |
Modifier and Type | Method and Description |
---|---|
protected static <T extends RealType<T> & NativeType<T>> |
fuse(T targetType,
ij.ImagePlus imp1,
ij.ImagePlus imp2,
ArrayList<InvertibleBoundable> models,
StitchingParameters params) |
protected static Vector<ComparePair> |
getComparePairs(ij.ImagePlus imp1,
ij.ImagePlus imp2,
int dimensionality,
int timeSelect) |
static void |
performPairWiseStitching(ij.ImagePlus imp1,
ij.ImagePlus imp2,
StitchingParameters params) |
void |
run(String arg0) |
static String |
testRegistrationCompatibility(ij.ImagePlus imp1,
ij.ImagePlus imp2) |
public static int defaultImg1
public static int defaultImg2
public static int defaultChannel1
public static int defaultChannel2
public static int defaultTimeSelect
public static boolean defaultFuseImages
public static int defaultFusionMethod
public static boolean defaultIgnoreZeroValues
public static boolean defaultComputeOverlap
public static boolean defaultSubpixelAccuracy
public static int defaultCheckPeaks
public static double defaultxOffset
public static double defaultyOffset
public static double defaultzOffset
public static boolean[] defaultHandleChannel1
public static boolean[] defaultHandleChannel2
public static int defaultMemorySpeedChoice
public static double defaultDisplacementThresholdRelative
public static double defaultDisplacementThresholdAbsolute
public void run(String arg0)
run
in interface ij.plugin.PlugIn
public static void performPairWiseStitching(ij.ImagePlus imp1, ij.ImagePlus imp2, StitchingParameters params)
protected static <T extends RealType<T> & NativeType<T>> ij.ImagePlus fuse(T targetType, ij.ImagePlus imp1, ij.ImagePlus imp2, ArrayList<InvertibleBoundable> models, StitchingParameters params)
protected static Vector<ComparePair> getComparePairs(ij.ImagePlus imp1, ij.ImagePlus imp2, int dimensionality, int timeSelect)
public static String testRegistrationCompatibility(ij.ImagePlus imp1, ij.ImagePlus imp2)
Copyright © 2015–2021 Fiji. All rights reserved.