public static class Align.Param extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
float |
correspondenceWeight |
int |
desiredModelIndex |
int |
expectedModelIndex |
float |
identityTolerance |
double |
lambda
Regularization weight.
|
float |
maxEpsilon
Maximal allowed alignment error in px
|
float |
minInlierRatio
Inlier/candidates ratio
|
int |
minNumInliers
Minimal absolute number of inliers
|
static String[] |
modelStrings
Implemeted transformation models for choice
|
boolean |
regularize
Use a regularized model instead of a pure one.
|
int |
regularizerModelIndex |
boolean |
rejectIdentity
Ignore identity transform up to a given tolerance
|
float |
rod
Closest/next closest neighbour distance ratio
|
FloatArray2DSIFT.Param |
sift |
Constructor and Description |
---|
Param() |
Modifier and Type | Method and Description |
---|---|
void |
addAlignmentFields(GenericDialog gd) |
void |
addFields(GenericDialog gd) |
void |
addGeometricConsensusFilterFields(GenericDialog gd) |
void |
addRegularizationFields(GenericDialog gd) |
void |
addSIFTFields(GenericDialog gd) |
Align.Param |
clone() |
boolean |
equals(Align.Param p)
Check if two parameter sets are equal.
|
boolean |
readAlignmentFields(GenericDialog gd) |
boolean |
readFields(GenericDialog gd) |
boolean |
readGeometricConsensusFilterFields(GenericDialog gd) |
boolean |
readRegularizationFields(GenericDialog gd) |
boolean |
readSIFTFields(GenericDialog gd) |
boolean |
setup(String title) |
public final FloatArray2DSIFT.Param sift
public float rod
public float maxEpsilon
public float minInlierRatio
public int minNumInliers
public static final String[] modelStrings
public int expectedModelIndex
public int desiredModelIndex
public int regularizerModelIndex
public boolean regularize
public double lambda
public float correspondenceWeight
public boolean rejectIdentity
public float identityTolerance
public void addSIFTFields(GenericDialog gd)
public void addGeometricConsensusFilterFields(GenericDialog gd)
public void addAlignmentFields(GenericDialog gd)
public void addRegularizationFields(GenericDialog gd)
public void addFields(GenericDialog gd)
public boolean readSIFTFields(GenericDialog gd)
public boolean readGeometricConsensusFilterFields(GenericDialog gd)
public boolean readAlignmentFields(GenericDialog gd)
public boolean readRegularizationFields(GenericDialog gd)
public boolean readFields(GenericDialog gd)
public final boolean setup(String title)
public Align.Param clone()
public boolean equals(Align.Param p)
desiredModelIndex
which defines the
transformation class to be used for Tile
alignment. This
makes sense for the current use in PointMatch
serialization
but might be misleading for other applications.
TODO Think about this.p
- Copyright © 2015–2021 Fiji. All rights reserved.