Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#include <itkScaledSingleValuedCostFunction.h>
A cost function that applies a scaling to another cost function.
This class can be used to adapt an existing, badly scaled, cost function.
By default it does not apply any scaling. Use the method SetUseScales(true) to enable the use of scales.
Definition at line 39 of file itkScaledSingleValuedCostFunction.h.
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::DerivativeType | DerivativeType |
typedef Superclass::MeasureType | MeasureType |
typedef unsigned int | NumberOfParametersType |
typedef Superclass::ParametersType | ParametersType |
typedef SmartPointer< Self > | Pointer |
typedef Array< double > | ScalesType |
typedef ScaledSingleValuedCostFunction | Self |
typedef Superclass::Pointer | SingleValuedCostFunctionPointer |
typedef SingleValuedCostFunction | Superclass |
Public Member Functions | |
virtual void | ConvertScaledToUnscaledParameters (ParametersType ¶meters) const |
virtual void | ConvertUnscaledToScaledParameters (ParametersType ¶meters) const |
virtual const char * | GetClassName () const |
void | GetDerivative (const ParametersType ¶meters, DerivativeType &derivative) const override |
virtual bool | GetNegateCostFunction () const |
NumberOfParametersType | GetNumberOfParameters (void) const override |
virtual const ScalesType & | GetScales () |
virtual const ScalesType & | GetSquaredScales () |
virtual bool | GetUseScales () const |
MeasureType | GetValue (const ParametersType ¶meters) const override |
void | GetValueAndDerivative (const ParametersType ¶meters, MeasureType &value, DerivativeType &derivative) const override |
itkGetModifiableObjectMacro (UnscaledCostFunction, Superclass) | |
virtual void | NegateCostFunctionOff () |
virtual void | NegateCostFunctionOn () |
virtual void | SetNegateCostFunction (bool _arg) |
virtual void | SetScales (const ScalesType &scales) |
virtual void | SetSquaredScales (const ScalesType &squaredScales) |
virtual void | SetUnscaledCostFunction (Superclass *_arg) |
virtual void | SetUseScales (bool _arg) |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
void | PrintSelf (std::ostream &os, Indent indent) const override |
ScaledSingleValuedCostFunction () | |
~ScaledSingleValuedCostFunction () override | |
Private Member Functions | |
void | operator= (const Self &) |
ScaledSingleValuedCostFunction (const Self &) | |
Private Attributes | |
bool | m_NegateCostFunction |
ScalesType | m_Scales |
ScalesType | m_SquaredScales |
SingleValuedCostFunctionPointer | m_UnscaledCostFunction |
bool | m_UseScales |
typedef SmartPointer< const Self > itk::ScaledSingleValuedCostFunction::ConstPointer |
Definition at line 47 of file itkScaledSingleValuedCostFunction.h.
typedef Superclass::DerivativeType itk::ScaledSingleValuedCostFunction::DerivativeType |
Definition at line 57 of file itkScaledSingleValuedCostFunction.h.
typedef Superclass::MeasureType itk::ScaledSingleValuedCostFunction::MeasureType |
Typedefs inherited from the superclass.
Definition at line 56 of file itkScaledSingleValuedCostFunction.h.
typedef unsigned int itk::ScaledSingleValuedCostFunction::NumberOfParametersType |
Definition at line 61 of file itkScaledSingleValuedCostFunction.h.
typedef Superclass::ParametersType itk::ScaledSingleValuedCostFunction::ParametersType |
Definition at line 58 of file itkScaledSingleValuedCostFunction.h.
typedef SmartPointer< Self > itk::ScaledSingleValuedCostFunction::Pointer |
Definition at line 46 of file itkScaledSingleValuedCostFunction.h.
typedef Array< double > itk::ScaledSingleValuedCostFunction::ScalesType |
Definition at line 64 of file itkScaledSingleValuedCostFunction.h.
Standard ITK-stuff.
Definition at line 44 of file itkScaledSingleValuedCostFunction.h.
typedef Superclass::Pointer itk::ScaledSingleValuedCostFunction::SingleValuedCostFunctionPointer |
Definition at line 62 of file itkScaledSingleValuedCostFunction.h.
typedef SingleValuedCostFunction itk::ScaledSingleValuedCostFunction::Superclass |
Definition at line 45 of file itkScaledSingleValuedCostFunction.h.
|
protected |
The constructor.
|
inlineoverrideprotected |
The destructor.
Definition at line 134 of file itkScaledSingleValuedCostFunction.h.
|
private |
The private constructor.
|
virtual |
Convert the parameters from scaled to unscaled: x = y/s.
|
virtual |
Convert the parameters from unscaled to scaled: y = x*s.
|
virtual |
Run-time type information (and related methods).
|
override |
Divide the parameters by the scales, call the GetDerivative routine of the unscaled cost function and divide the resulting derivative by the scales.
|
virtual |
Get the flag to negate the cost function or not.
|
override |
Ask the UnscaledCostFunction how many parameters it has.
|
virtual |
Get the scales.
|
virtual |
The ITK convention is to use the squared scales. This function returns the squared actual scales.
|
virtual |
Get the flag to use scales or not.
|
override |
Divide the parameters by the scales and call the GetValue routine of the unscaled cost function.
|
override |
Same procedure as in GetValue and GetDerivative.
itk::ScaledSingleValuedCostFunction::itkGetModifiableObjectMacro | ( | UnscaledCostFunction | , |
Superclass | |||
) |
Get the cost function that needs scaling.
|
virtual |
|
virtual |
Set the flag to negate the cost function or not.
|
static |
Method for creation through the object factory.
|
private |
The private copy constructor.
|
overrideprotected |
PrintSelf.
|
virtual |
Set the flag to negate the cost function or not.
|
virtual |
Set the scales. Also computes the squared scales, just in case users call GetSquaredScales (for compatibility with the ITK convention).
|
virtual |
The ITK convention is to use the squared scales. This function takes the square root of the input scales and sets them as the the actual scales
|
virtual |
Set the cost function that needs scaling.
|
virtual |
Set the flag to use scales or not.
|
private |
Definition at line 151 of file itkScaledSingleValuedCostFunction.h.
|
private |
Member variables.
Definition at line 147 of file itkScaledSingleValuedCostFunction.h.
|
private |
Definition at line 148 of file itkScaledSingleValuedCostFunction.h.
|
private |
Definition at line 149 of file itkScaledSingleValuedCostFunction.h.
|
private |
Definition at line 150 of file itkScaledSingleValuedCostFunction.h.
Generated on 1667476801 for elastix by 1.9.4 |