#include <elxSimplex.h>
An optimizer based on Simplex...
This optimizer is a wrap around the itk::AmoebaOptimizer. 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 itkAmoebaOptimizer (in the ITK-manual).
Definition at line 41 of file elxSimplex.h.
Public Types | |
using | ConstPointer = itk::SmartPointer<const Self> |
using | ITKBaseType = typename Superclass2::ITKBaseType |
using | Pointer = itk::SmartPointer<Self> |
using | Self = Simplex |
using | Superclass1 = AmoebaOptimizer |
using | Superclass2 = OptimizerBase<TElastix> |
Public Types inherited from elastix::OptimizerBase< TElastix > | |
using | ElastixType |
using | ITKBaseType = itk::Optimizer |
using | ParametersType = typename ITKBaseType::ParametersType |
using | RegistrationType |
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 | |
Simplex ()=default | |
~Simplex () 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::Simplex< TElastix >::ConstPointer = itk::SmartPointer<const Self> |
Definition at line 53 of file elxSimplex.h.
using elastix::Simplex< TElastix >::ITKBaseType = typename Superclass2::ITKBaseType |
Definition at line 74 of file elxSimplex.h.
using elastix::Simplex< TElastix >::Pointer = itk::SmartPointer<Self> |
Definition at line 52 of file elxSimplex.h.
using elastix::Simplex< TElastix >::Self = Simplex |
Standard ITK.
Definition at line 49 of file elxSimplex.h.
using elastix::Simplex< TElastix >::Superclass1 = AmoebaOptimizer |
Definition at line 50 of file elxSimplex.h.
using elastix::Simplex< TElastix >::Superclass2 = OptimizerBase<TElastix> |
Definition at line 51 of file elxSimplex.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::Simplex< TElastix >::elxClassNameMacro | ( | "Simplex< TElastix >" | ) |
Name of this class. Use this name in the parameter file to select this specific optimizer.
example: (Optimizer "Simplex")
|
virtual |
Run-time type information (and related methods).
Reimplemented from elastix::OptimizerBase< TElastix >.
elastix::Simplex< TElastix >::ITK_DISALLOW_COPY_AND_MOVE | ( | Simplex< 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 elxSimplex.h.
Generated on 2024-07-17 for elastix by 1.11.0 (9b424b03c9833626cd435af22a444888fbbb192d) |