public static final class RegularizedAffineLayerAlignment.Param extends AbstractLayerAlignmentParam implements Serializable
| Modifier and Type | Field and Description |
|---|---|
double |
lambda |
boolean |
regularize
Regularization
|
int |
regularizerIndex |
desiredModelIndex, expectedModelIndex, identityTolerance, maxEpsilon, maxIterationsOptimize, maxNumFailures, maxNumNeighbors, maxNumThreads, maxPlateauwidthOptimize, minInlierRatio, minNumInliers, modelStrings, multipleHypotheses, ppm, rejectIdentity, visualize, widestSetOnly| Constructor and Description |
|---|
Param() |
Param(int SIFTfdBins,
int SIFTfdSize,
float SIFTinitialSigma,
int SIFTmaxOctaveSize,
int SIFTminOctaveSize,
int SIFTsteps,
boolean clearCache,
int maxNumThreadsSift,
float rod,
int desiredModelIndex,
int expectedModelIndex,
float identityTolerance,
double lambda,
float maxEpsilon,
int maxIterationsOptimize,
int maxNumFailures,
int maxNumNeighbors,
int maxNumThreads,
int maxPlateauwidthOptimize,
float minInlierRatio,
int minNumInliers,
boolean multipleHypotheses,
boolean widestSetOnly,
boolean regularize,
int regularizerIndex,
boolean rejectIdentity,
boolean visualize) |
| Modifier and Type | Method and Description |
|---|---|
RegularizedAffineLayerAlignment.Param |
clone() |
boolean |
setup(Rectangle box) |
setupSIFTpublic boolean regularize
public int regularizerIndex
public double lambda
public Param()
public Param(int SIFTfdBins,
int SIFTfdSize,
float SIFTinitialSigma,
int SIFTmaxOctaveSize,
int SIFTminOctaveSize,
int SIFTsteps,
boolean clearCache,
int maxNumThreadsSift,
float rod,
int desiredModelIndex,
int expectedModelIndex,
float identityTolerance,
double lambda,
float maxEpsilon,
int maxIterationsOptimize,
int maxNumFailures,
int maxNumNeighbors,
int maxNumThreads,
int maxPlateauwidthOptimize,
float minInlierRatio,
int minNumInliers,
boolean multipleHypotheses,
boolean widestSetOnly,
boolean regularize,
int regularizerIndex,
boolean rejectIdentity,
boolean visualize)
public boolean setup(Rectangle box)
public RegularizedAffineLayerAlignment.Param clone()
clone in class AbstractLayerAlignmentParamCopyright © 2015–2021 Fiji. All rights reserved.