Medical Imaging Interaction Toolkit
2023.12.00
Medical Imaging Interaction Toolkit
|
#include <mitkDummyModelFitFunctor.h>
Public Types | |
typedef DummyModelFitFunctor | Self |
typedef ModelFitFunctorBase | Superclass |
typedef itk::SmartPointer< Self > | Pointer |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef Superclass::InputPixelArrayType | InputPixelArrayType |
typedef Superclass::OutputPixelArrayType | OutputPixelArrayType |
Public Types inherited from mitk::ModelFitFunctorBase | |
typedef ModelFitFunctorBase | Self |
typedef itk::Object | Superclass |
typedef itk::SmartPointer< Self > | Pointer |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef ScalarType | ParameterImagePixelType |
typedef std::vector< ParameterImagePixelType > | InputPixelArrayType |
typedef std::vector< ParameterImagePixelType > | OutputPixelArrayType |
typedef ModelBase::ParameterNamesType | ParameterNamesType |
Static Public Member Functions | |
static Pointer | New () |
Protected Types | |
typedef Superclass::ParametersType | ParametersType |
typedef Superclass::SignalType | SignalType |
Protected Types inherited from mitk::ModelFitFunctorBase | |
typedef ModelBase::ParametersType | ParametersType |
typedef ModelFitCostFunctionInterface::SignalType | SignalType |
typedef std::map< std::string, ParameterImagePixelType > | DebugParameterMapType |
Protected Member Functions | |
DummyModelFitFunctor () | |
~DummyModelFitFunctor () override | |
ParametersType | DoModelFit (const SignalType &value, const ModelBase *model, const ModelBase::ParametersType &initialParameters, DebugParameterMapType &debugParameters) const override |
OutputPixelArrayType | GetCriteria (const ModelBase *model, const ParametersType ¶meters, const SignalType &sample) const override |
virtual MVModelFitCostFunction::Pointer | GenerateCostFunction (const SignalType &value, const ModelBase *model) const |
ParameterNamesType | DefineDebugParameterNames () const override |
Protected Member Functions inherited from mitk::ModelFitFunctorBase | |
ModelFitFunctorBase () | |
~ModelFitFunctorBase () override | |
OutputPixelArrayType | GetDerivedParameters (const ModelBase *model, const ParametersType ¶meters) const |
OutputPixelArrayType | GetEvaluationParameters (const ModelBase *model, const ParametersType ¶meters, const SignalType &sample) const |
Definition at line 27 of file mitkDummyModelFitFunctor.h.
typedef itk::SmartPointer< const Self > mitk::DummyModelFitFunctor::ConstPointer |
Definition at line 33 of file mitkDummyModelFitFunctor.h.
Definition at line 36 of file mitkDummyModelFitFunctor.h.
Definition at line 39 of file mitkDummyModelFitFunctor.h.
|
protected |
Definition at line 48 of file mitkDummyModelFitFunctor.h.
Definition at line 32 of file mitkDummyModelFitFunctor.h.
Definition at line 30 of file mitkDummyModelFitFunctor.h.
|
protected |
Definition at line 49 of file mitkDummyModelFitFunctor.h.
Definition at line 31 of file mitkDummyModelFitFunctor.h.
|
protected |
|
overrideprotected |
|
overrideprotectedvirtual |
Returns names of the depug parameters generated by the functor. Will be called by GetDebugParameterNames, if debug is activated.
Implements mitk::ModelFitFunctorBase.
|
overrideprotectedvirtual |
Internal Method called by Compute(). It does the real fit and returns the found parameters. Additionally it must return its debug parameter via debugParameters.
value | Signal the Model should be fitted against | |
model | Pointer to the model that should be fitted | |
initialParameters | Initial modal parameters for the fit | |
[out] | debugParameters | Map containing all debug parameters for the done fit (must only valid if m_DebugParameterMap is true) |
Implements mitk::ModelFitFunctorBase.
|
protectedvirtual |
Generator function that instantiates and parameterizes the cost function that should be used by the fit functor
|
virtual |
Reimplemented from mitk::ModelFitFunctorBase.
|
overrideprotectedvirtual |
Internal Method called by Compute to get the final criterion values thar dove the fit. must be implemented be concrete functor classes.
Implements mitk::ModelFitFunctorBase.
|
overridevirtual |
Returns names of the criterion used to fit the model.
Implements mitk::ModelFitFunctorBase.
|
virtual |
|
static |
|
virtual |