#include <itkCumulativeGaussianCostFunction.h>
Inheritance diagram for itk::CumulativeGaussianCostFunction:
The Cumulative Gaussian is defined as the integral of a normalized Gaussian over the domain .
Definition at line 50 of file itkCumulativeGaussianCostFunction.h.
|
Reimplemented from itk::MultipleValuedCostFunction. Definition at line 58 of file itkCumulativeGaussianCostFunction.h. |
|
GradientType typedef. It defines a type used to return the cost function derivative. Reimplemented from itk::MultipleValuedCostFunction. Definition at line 66 of file itkCumulativeGaussianCostFunction.h. Referenced by GetDerivative(). |
|
MeasureType typedef. It defines a type used to return the cost function value. Reimplemented from itk::MultipleValuedCostFunction. Definition at line 65 of file itkCumulativeGaussianCostFunction.h. |
|
Array Typedefs. Reimplemented from itk::MultipleValuedCostFunction. Definition at line 64 of file itkCumulativeGaussianCostFunction.h. Referenced by GetDerivative(). |
|
Reimplemented from itk::MultipleValuedCostFunction. Definition at line 57 of file itkCumulativeGaussianCostFunction.h. |
|
Standard typedefs. Reimplemented from itk::MultipleValuedCostFunction. Definition at line 55 of file itkCumulativeGaussianCostFunction.h. |
|
Reimplemented from itk::MultipleValuedCostFunction. Definition at line 56 of file itkCumulativeGaussianCostFunction.h. |
|
The dimensions of parameter space; mean, standard deviation, lower and upper asymptotes. Definition at line 69 of file itkCumulativeGaussianCostFunction.h. |
|
|
|
|
|
Calculate a fit error between the data and the fit curve. |
|
Given the argument of a Cumulative Gaussian, return its value. |
|
Not necessary for this optimizer. Implements itk::MultipleValuedCostFunction. Definition at line 72 of file itkCumulativeGaussianCostFunction.h. References DerivativeType, and ParametersType. |
|
Get the SpaceDimension. Implements itk::CostFunction. |
|
Get the number Range Dimension. Implements itk::MultipleValuedCostFunction. |
|
Return a pointer of values evaluated for the given parameters. |
|
Return the values evaluated for the given parameters. Implements itk::MultipleValuedCostFunction. |
|
Initialize the arrays. |
|
Method for creation through the object factory. Reimplemented from itk::Object. |
|
Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from itk::CostFunction. |
|
Set the original data array. |