ITK  4.0.0
Insight Segmentation and Registration Toolkit
Classes
Module ITKOptimizersv4
Group Numerics
Collaboration diagram for Module ITKOptimizersv4:

Classes

class  itk::Function::ConvergenceMonitoringFunction< TScalar, TEnergyValue >
 Abstract base class which monitors convergence during the course of optimization. More...
class  itk::GradientDescentOptimizerBasev4
 Abstract base class for gradient descent-style optimizers. More...
class  itk::GradientDescentOptimizerBasev4ModifyGradientByLearningRateThreader
 Modify the gradient by the learning rate for GradientDescentOptimizerBasev4. More...
class  itk::GradientDescentOptimizerBasev4ModifyGradientByScalesThreader
 Modify the gradient by the parameter scales for GradientDescentOptimizerBasev4. More...
class  itk::GradientDescentOptimizerv4
 Gradient descent optimizer. More...
class  itk::ObjectToObjectMetric
 Computes similarity between regions of two objects. More...
class  itk::ObjectToObjectOptimizerBase
 Abstract base for object-to-object optimizers. More...
class  itk::OptimizerParameterScalesEstimator
 OptimizerParameterScalesEstimator is the base class offering a empty method of estimating the parameter scales for optimizers. More...
class  itk::QuasiNewtonOptimizerv4
 Implement a Quasi-Newton optimizer with BFGS Hessian estimation. More...
class  itk::QuasiNewtonOptimizerv4EstimateNewtonStepThreader
 Estimate the quasi-Newton step in a thread. More...
class  itk::RegistrationParameterScalesEstimator< TMetric >
 Implements a registration helper class for estimating scales of transform parameters. More...
class  itk::RegistrationParameterScalesFromJacobian< TMetric >
 Implements a registration helper class for estimating scales of transform parameters from Jacobian norms. More...
class  itk::RegistrationParameterScalesFromShift< TMetric >
 Implements a registration helper class for estimating scales of transform parameters from the maximum voxel shift caused by a parameter change. More...
class  itk::SingleValuedCostFunctionv4
 This class is a base for a CostFunction that returns a single value. More...
class  itk::Function::WindowConvergenceMonitoringFunction< TScalar >
 Class which monitors convergence during the course of optimization. More...

Detailed Description

This module contains ITK classes than encapsulate numerical optimizers using a new hierarchy developed for the needs of registration with high-dimensional transforms. These optimizers will NOT work with the metrics in Registration/Common, but rather with the new metrics in Registration/Metricsv4.

Dependencies: