#include <itkSingleValuedCostFunction.h>
Inheritance diagram for itk::SingleValuedCostFunction:
Public Types | |
typedef SingleValuedCostFunction | Self |
typedef CostFunction | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef double | MeasureType |
typedef Array< double > | DerivativeType |
typedef Superclass::ParametersType | ParametersType |
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
virtual MeasureType | GetValue (const ParametersType ¶meters) const=0 |
virtual void | GetDerivative (const ParametersType ¶meters, DerivativeType &derivative) const=0 |
virtual void | GetValueAndDerivative (const ParametersType ¶meters, MeasureType &value, DerivativeType &derivative) const |
Protected Member Functions | |
SingleValuedCostFunction () | |
virtual | ~SingleValuedCostFunction () |
Definition at line 35 of file itkSingleValuedCostFunction.h.
|
|
|
|
ParametersType typedef. It defines a position in the optimization search space. Reimplemented from itk::CostFunction. Reimplemented in itk::ImageToImageMetric< TFixedImage, TMovingImage >, itk::ImageToSpatialObjectMetric< TFixedImage, TMovingSpatialObject >, itk::MattesMutualInformationImageToImageMetric< TFixedImage, TMovingImage >, itk::MRIBiasEnergyFunction< TImage, TImageMask, TBiasField >, itk::MutualInformationImageToImageMetric< TFixedImage, TMovingImage >, itk::PointSetToImageMetric< TFixedPointSet, TMovingImage >, itk::ShapePriorMAPCostFunction< TFeatureImage, TOutputPixel >, and itk::ShapePriorMAPCostFunctionBase< TFeatureImage, TOutputPixel >. Definition at line 58 of file itkSingleValuedCostFunction.h. Referenced by GetValueAndDerivative(). |
|
|
|
|
Definition at line 81 of file itkSingleValuedCostFunction.h. |
|
Definition at line 82 of file itkSingleValuedCostFunction.h. References Self. |
|
This method returns the derivative of the cost function corresponding to the specified parameters. Implemented in itk::ImageToSpatialObjectMetric< TFixedImage, TMovingSpatialObject >, itk::MattesMutualInformationImageToImageMetric< TFixedImage, TMovingImage >, itk::MRIBiasEnergyFunction< TImage, TImageMask, TBiasField >, itk::MutualInformationImageToImageMetric< TFixedImage, TMovingImage >, itk::ShapePriorMAPCostFunctionBase< TFeatureImage, TOutputPixel >, and itk::Statistics::GoodnessOfFitMixtureModelCostFunction< TInputSample >. |
|
|
This method returns the value of the cost function corresponding to the specified parameters. Implemented in itk::ImageToSpatialObjectMetric< TFixedImage, TMovingSpatialObject >, itk::MattesMutualInformationImageToImageMetric< TFixedImage, TMovingImage >, itk::MRIBiasEnergyFunction< TImage, TImageMask, TBiasField >, itk::MutualInformationImageToImageMetric< TFixedImage, TMovingImage >, itk::ShapePriorMAPCostFunctionBase< TFeatureImage, TOutputPixel >, and itk::Statistics::GoodnessOfFitMixtureModelCostFunction< TInputSample >. |
|
This method returns the value and derivative of the cost function corresponding to the specified parameters Reimplemented in itk::ImageToSpatialObjectMetric< TFixedImage, TMovingSpatialObject >, itk::MattesMutualInformationImageToImageMetric< TFixedImage, TMovingImage >, and itk::MutualInformationImageToImageMetric< TFixedImage, TMovingImage >. Definition at line 71 of file itkSingleValuedCostFunction.h. References DerivativeType, MeasureType, and ParametersType. |