Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

Optimizers
[NumericsComponents of Registration Methods]


Compounds

class  AmoebaOptimizer
 Wrap of the vnl_amoeba algorithm. More...

class  ConjugateGradientOptimizer
 Wrap of the vnl_conjugate_gradient. More...

class  CostFunction
 Base class for cost functions intended to be used with Optimizers. More...

class  GradientDescentOptimizer
 Implement a gradient descent optimizer. More...

class  LBFGSOptimizer
 Wrap of the vnl_lbfgs algorithm. More...

class  LevenbergMarquardtOptimizer
 Wrap of the vnl_levenberg_marquardt algorithm. More...

class  MultipleValuedCostFunction
 This class is a base for the CostFunctions returning a single value. More...

class  MultipleValuedNonLinearOptimizer
 This class is a base for the Optimization methods that optimize a multiple valued function. More...

class  MultipleValuedNonLinearVnlOptimizer
 This class is a base for the Optimization methods that optimize a single valued function. More...

class  MultipleValuedVnlCostFunctionAdaptor
 This class is an Adaptor that allows to pass itk::MultipleValuedCostFunctions to vnl_optimizers expecting a vnl_cost_function. More...

class  NonLinearOptimizer
 Wrap of the vnl_nonlinear_minimizer to be adapted. More...

class  OnePlusOneEvolutionaryOptimizer
 1+1 evolutionary strategy optimizer. More...

class  Optimizer
 Generic representation for an optimization method. More...

class  QuaternionRigidTransformGradientDescentOptimizer
 Implement a gradient descent optimizer. More...

class  RegularStepGradientDescentBaseOptimizer
 Implement a gradient descent optimizer. More...

class  RegularStepGradientDescentOptimizer
 Implement a gradient descent optimizer. More...

class  SingleValuedCostFunction
 This class is a base for the CostFunctions returning a single value. More...

class  SingleValuedNonLinearOptimizer
 This class is a base for the Optimization methods that optimize a single valued function. More...

class  SingleValuedNonLinearVnlOptimizer
 This class is a base for the Optimization methods that optimize a single valued function. More...

class  SingleValuedVnlCostFunctionAdaptor
 This class is an Adaptor that allows to pass itk::SingleValuedCostFunctions to vnl_optimizers expecting a vnl_cost_function. More...

class  VersorTransformOptimizer
 Implement a gradient descent optimizer. More...


Detailed Description

See also:
Components of Registration Methods
Set of Optimization methods. Some of these methods are adaptors for classes already defined in the VNL library. These methods have been particularly tailored to be used as modular components in the registration framework.
Generated at Fri May 21 01:17:45 2004 for ITK by doxygen 1.2.15 written by Dimitri van Heesch, © 1997-2000