public static class DistortionCorrectionTask.CorrectDistortionFromSelectionParam extends Distortion_Correction.BasicParam
Modifier and Type | Field and Description |
---|---|
boolean |
clearTransform |
int |
desiredModelIndex |
int |
firstLayerIndex |
float |
identityTolerance |
double |
lambdaRegularize |
int |
lastLayerIndex |
int |
maxIterationsOptimize |
int |
maxNumThreadsSift |
int |
maxPlateauwidthOptimize |
int |
minNumInliers
Minimal absolute number of inliers
|
boolean |
multipleHypotheses |
boolean |
regularize
Regularization for approximate alignment
|
int |
regularizerIndex |
boolean |
rejectIdentity
Ignore identity transform up to a given tolerance
|
boolean |
tilesAreInPlace |
boolean |
visualize |
dimension, expectedModelIndex, lambda, maxEpsilon, minInlierRatio, modelStrings, rod, sift
Constructor and Description |
---|
CorrectDistortionFromSelectionParam() |
Modifier and Type | Method and Description |
---|---|
DistortionCorrectionTask.CorrectDistortionFromSelectionParam |
clone() |
boolean |
setup(Selection selection) |
boolean |
setupSIFT(String title) |
addFields, readFields, setup
public int firstLayerIndex
public int lastLayerIndex
public boolean clearTransform
public boolean visualize
public boolean tilesAreInPlace
public int minNumInliers
public boolean multipleHypotheses
public boolean rejectIdentity
public float identityTolerance
public int desiredModelIndex
public int maxIterationsOptimize
public int maxPlateauwidthOptimize
public int maxNumThreadsSift
public boolean regularize
public int regularizerIndex
public double lambdaRegularize
public boolean setupSIFT(String title)
public boolean setup(Selection selection)
public DistortionCorrectionTask.CorrectDistortionFromSelectionParam clone()
clone
in class Distortion_Correction.BasicParam
Copyright © 2015–2021 Fiji. All rights reserved.