public class TransformationAttempt extends Object implements MultivariateFunction
Constructor and Description |
---|
TransformationAttempt(double cubeSide,
ij.ImagePlus croppedTemplate,
NamedPointWorld templatePoint,
ij.ImagePlus newImage,
NamedPointWorld guessedPoint,
int similarityMeasure,
FineTuneProgressListener listener,
ProgressWindow progressWindow) |
Modifier and Type | Method and Description |
---|---|
double |
evaluate(double[] argument)
compute function value
|
double |
getLowerBound(int n)
get lower bound of argument n
|
int |
getNumArguments()
get number of arguments
|
double |
getUpperBound(int n)
get upper bound of argument n
|
public TransformationAttempt(double cubeSide, ij.ImagePlus croppedTemplate, NamedPointWorld templatePoint, ij.ImagePlus newImage, NamedPointWorld guessedPoint, int similarityMeasure, FineTuneProgressListener listener, ProgressWindow progressWindow)
public double evaluate(double[] argument)
MultivariateFunction
evaluate
in interface MultivariateFunction
argument
- function argument (vector)public int getNumArguments()
MultivariateFunction
getNumArguments
in interface MultivariateFunction
public double getLowerBound(int n)
MultivariateFunction
getLowerBound
in interface MultivariateFunction
n
- argument numberpublic double getUpperBound(int n)
MultivariateFunction
getUpperBound
in interface MultivariateFunction
n
- argument numberCopyright © 2015–2021 Fiji. All rights reserved.