|
|
Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#include <elxPowell.h>
An optimizer based on Powell...
This optimizer is a wrap around the itk::PowellOptimizer. This wrap-around class takes care of setting parameters, and printing progress information. For detailed information about the optimisation method, please read the documentation of the itkPowellOptimizer (in the ITK-manual).
Definition at line 41 of file elxPowell.h.
Inheritance diagram for elastix::Powell< TElastix >:Public Types | |
| using | ConstPointer = itk::SmartPointer< const Self > |
| using | ITKBaseType = typename Superclass2::ITKBaseType |
| using | Pointer = itk::SmartPointer< Self > |
| using | Self = Powell |
| using | Superclass1 = PowellOptimizer |
| using | Superclass2 = OptimizerBase< TElastix > |
Public Types inherited from elastix::OptimizerBase< TElastix > | |
| using | ElastixType = TElastix |
| using | ITKBaseType = itk::Optimizer |
| using | ParametersType = typename ITKBaseType::ParametersType |
| using | RegistrationType = typename ElastixType::RegistrationBaseType |
| using | Self = OptimizerBase |
| using | Superclass = BaseComponentSE< TElastix > |
Public Types inherited from elastix::BaseComponentSE< TElastix > | |
| using | ElastixType = TElastix |
| using | RegistrationType = typename ElastixType::RegistrationBaseType |
| using | Self = BaseComponentSE |
| using | Superclass = BaseComponent |
Static Public Member Functions | |
| static Pointer | New () |
Static Public Member Functions inherited from elastix::BaseComponent | |
| template<typename TBaseComponent > | |
| static auto | AsITKBaseType (TBaseComponent *const baseComponent) -> decltype(baseComponent->GetAsITKBaseType()) |
| static void | InitializeElastixExecutable () |
| static bool | IsElastixLibrary () |
Protected Member Functions | |
| Powell ()=default | |
| ~Powell () override=default | |
Protected Member Functions inherited from elastix::OptimizerBase< TElastix > | |
| virtual bool | GetNewSamplesEveryIteration () const |
| OptimizerBase ()=default | |
| virtual void | SelectNewSamples () |
| ~OptimizerBase () override=default | |
Protected Member Functions inherited from elastix::BaseComponentSE< TElastix > | |
| BaseComponentSE ()=default | |
| ~BaseComponentSE () override=default | |
Protected Member Functions inherited from elastix::BaseComponent | |
| BaseComponent ()=default | |
| virtual | ~BaseComponent ()=default |
Private Attributes | |
| elxOverrideGetSelfMacro | |
Additional Inherited Members | |
Protected Types inherited from elastix::OptimizerBase< TElastix > | |
| using | SettingsVectorType = typename std::vector< SettingsType > |
Static Protected Member Functions inherited from elastix::OptimizerBase< TElastix > | |
| static void | PrintSettingsVector (const SettingsVectorType &settings) |
Protected Attributes inherited from elastix::BaseComponentSE< TElastix > | |
| Configuration::ConstPointer | m_Configuration {} |
| itk::WeakPointer< TElastix > | m_Elastix {} |
| RegistrationType * | m_Registration {} |
| using elastix::Powell< TElastix >::ConstPointer = itk::SmartPointer<const Self> |
Definition at line 53 of file elxPowell.h.
| using elastix::Powell< TElastix >::ITKBaseType = typename Superclass2::ITKBaseType |
Definition at line 74 of file elxPowell.h.
| using elastix::Powell< TElastix >::Pointer = itk::SmartPointer<Self> |
Definition at line 52 of file elxPowell.h.
| using elastix::Powell< TElastix >::Self = Powell |
Standard ITK.
Definition at line 49 of file elxPowell.h.
| using elastix::Powell< TElastix >::Superclass1 = PowellOptimizer |
Definition at line 50 of file elxPowell.h.
| using elastix::Powell< TElastix >::Superclass2 = OptimizerBase<TElastix> |
Definition at line 51 of file elxPowell.h.
|
protecteddefault |
|
overrideprotecteddefault |
|
overridevirtual |
Reimplemented from elastix::BaseComponent.
|
overridevirtual |
Reimplemented from elastix::BaseComponent.
|
overridevirtual |
Reimplemented from elastix::BaseComponent.
|
overridevirtual |
Reimplemented from elastix::BaseComponent.
|
overridevirtual |
Methods invoked by elastix, in which parameters can be set and progress information can be printed.
Reimplemented from elastix::BaseComponent.
| elastix::Powell< TElastix >::elxClassNameMacro | ( | "Powell< TElastix >" | ) |
Name of this class. Use this name in the parameter file to select this specific optimizer.
example: (Optimizer "Powell")
|
virtual |
Run-time type information (and related methods).
Reimplemented from elastix::OptimizerBase< TElastix >.
| elastix::Powell< TElastix >::ITK_DISALLOW_COPY_AND_MOVE | ( | Powell< TElastix > | ) |
|
static |
Method for creation through the object factory.
|
override |
Override the SetInitialPosition. Override the implementation in itkOptimizer.h, to ensure that the scales array and the parameters array have the same size.
|
private |
Definition at line 108 of file elxPowell.h.
Generated on 1739326392 for elastix by 1.9.8 |