public class StitchingParameters extends Object
Modifier and Type | Field and Description |
---|---|
double |
absoluteThreshold |
boolean |
addTilesAsRois |
static boolean |
alwaysCopy
If you want to force that the
ContainerFactory above is always used set this to true |
int |
channel1 |
int |
channel2 |
int |
checkPeaks |
boolean |
computeOverlap |
int |
cpuMemChoice |
int |
dimensionality |
boolean |
displayFusion |
boolean |
downSample |
String |
fusedName |
int |
fusionMethod |
boolean |
ignoreZeroValuesFusion |
boolean |
ignoreZStage |
boolean |
invertX |
boolean |
invertY |
String |
outputDirectory |
int |
outputVariant |
static ContainerFactory |
phaseCorrelationFactory
If we cannot wrap, which factory do we use for computing the phase correlation
|
double |
regThreshold |
double |
relativeThreshold |
int |
seqRange |
boolean |
sequential |
boolean |
subpixelAccuracy |
int |
timeSelect |
boolean |
virtual |
double |
xOffset |
double |
yOffset |
double |
zOffset |
Constructor and Description |
---|
StitchingParameters() |
public static ContainerFactory phaseCorrelationFactory
public static boolean alwaysCopy
ContainerFactory
above is always used set this to truepublic int dimensionality
public int fusionMethod
public String fusedName
public int checkPeaks
public boolean addTilesAsRois
public boolean computeOverlap
public boolean subpixelAccuracy
public boolean ignoreZeroValuesFusion
public boolean downSample
public boolean displayFusion
public boolean invertX
public boolean invertY
public boolean ignoreZStage
public double xOffset
public double yOffset
public double zOffset
public boolean virtual
public int channel1
public int channel2
public int timeSelect
public int cpuMemChoice
public int outputVariant
public String outputDirectory
public double regThreshold
public double relativeThreshold
public double absoluteThreshold
public boolean sequential
public int seqRange
Copyright © 2015–2021 Fiji. All rights reserved.