#include <itkMultipleValuedCostFunction.h>
Inheritance diagram for itk::MultipleValuedCostFunction:
Public Types | |
typedef MultipleValuedCostFunction | Self |
typedef CostFunction | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::ParametersType | ParametersType |
typedef Array< double > | MeasureType |
typedef Array2D< double > | DerivativeType |
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
virtual MeasureType | GetValue (const ParametersType ¶meters) const=0 |
virtual unsigned int | GetNumberOfValues (void) const=0 |
virtual void | GetDerivative (const ParametersType ¶meters, DerivativeType &derivative) const=0 |
Protected Member Functions | |
MultipleValuedCostFunction () | |
virtual | ~MultipleValuedCostFunction () |
Definition at line 36 of file itkMultipleValuedCostFunction.h.
|
Reimplemented from itk::CostFunction. Reimplemented in itk::EuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet, TDistanceMap >, itk::PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >, and itk::CumulativeGaussianCostFunction. Definition at line 44 of file itkMultipleValuedCostFunction.h. |
|
GradientType typedef. It defines a type used to return the cost function derivative. Reimplemented in itk::EuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet, TDistanceMap >, itk::PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >, and itk::CumulativeGaussianCostFunction. Definition at line 62 of file itkMultipleValuedCostFunction.h. |
|
MeasureType typedef. It defines a type used to return the cost function value. Reimplemented in itk::EuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet, TDistanceMap >, itk::PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >, and itk::CumulativeGaussianCostFunction. Definition at line 58 of file itkMultipleValuedCostFunction.h. |
|
ParametersType typedef. It defines a position in the optimization search space. Reimplemented from itk::CostFunction. Reimplemented in itk::PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >, and itk::CumulativeGaussianCostFunction. Definition at line 53 of file itkMultipleValuedCostFunction.h. |
|
Reimplemented from itk::CostFunction. Reimplemented in itk::EuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet, TDistanceMap >, itk::PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >, and itk::CumulativeGaussianCostFunction. Definition at line 43 of file itkMultipleValuedCostFunction.h. |
|
Standard class typedefs. Reimplemented from itk::CostFunction. Reimplemented in itk::EuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet, TDistanceMap >, itk::PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >, and itk::CumulativeGaussianCostFunction. Definition at line 41 of file itkMultipleValuedCostFunction.h. |
|
Reimplemented from itk::CostFunction. Reimplemented in itk::EuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet, TDistanceMap >, itk::PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >, and itk::CumulativeGaussianCostFunction. Definition at line 42 of file itkMultipleValuedCostFunction.h. |
|
Definition at line 86 of file itkMultipleValuedCostFunction.h. |
|
Definition at line 87 of file itkMultipleValuedCostFunction.h. |
|
This method returns the derivative of the cost function corresponding to the specified parameters This method MUST be overloaded by derived classes Implemented in itk::CumulativeGaussianCostFunction. |
|
Run-time type information (and related methods). Reimplemented from itk::CostFunction. Reimplemented in itk::EuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet, TDistanceMap >, and itk::PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >. |
|
Return the number of values that are computed by the multivalued cost function. This method MUST be overloaded by derived classes Implemented in itk::EuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet, TDistanceMap >, and itk::CumulativeGaussianCostFunction. |
|
This method returns the value of the cost function corresponding to the specified parameters This method MUST be overloaded by derived classes Implemented in itk::CumulativeGaussianCostFunction. |