Medical Imaging Interaction Toolkit
2023.12.00
Medical Imaging Interaction Toolkit
|
#include <mitkChiSquareFitCostFunction.h>
Public Types | |
typedef ChiSquareFitCostFunction | Self |
typedef mitk::SVModelFitCostFunction | Superclass |
typedef itk::SmartPointer< Self > | Pointer |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef Superclass::SignalType | SignalType |
Public Types inherited from mitk::SVModelFitCostFunction | |
typedef SVModelFitCostFunction | Self |
typedef itk::SingleValuedCostFunction | Superclass |
typedef itk::SmartPointer< Self > | Pointer |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef ModelFitCostFunctionInterface::SignalType | SignalType |
typedef Superclass::MeasureType | MeasureType |
typedef Superclass::DerivativeType | DerivativeType |
Public Types inherited from mitk::ModelFitCostFunctionInterface | |
typedef ModelFitCostFunctionInterface | Self |
typedef itk::Array< double > | SignalType |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
MeasureType | CalcMeasure (const ParametersType ¶meters, const SignalType &signal) const override |
ChiSquareFitCostFunction () | |
~ChiSquareFitCostFunction () override | |
Protected Member Functions inherited from mitk::SVModelFitCostFunction | |
SVModelFitCostFunction () | |
~SVModelFitCostFunction () override | |
Protected Member Functions inherited from mitk::ModelFitCostFunctionInterface | |
ModelFitCostFunctionInterface () | |
virtual | ~ModelFitCostFunctionInterface () |
Additional Inherited Members | |
Public Member Functions inherited from mitk::SVModelFitCostFunction | |
void | SetSample (const SignalType &sampleSet) override |
MeasureType | GetValue (const ParametersType ¶meter) const override |
void | GetDerivative (const ParametersType ¶meters, DerivativeType &derivative) const override |
unsigned int | GetNumberOfParameters (void) const override |
virtual void | SetModel (const ModelBase *_arg) |
virtual const ModelBase * | GetModel () |
virtual void | SetDerivativeStepLength (double _arg) |
virtual double | GetDerivativeStepLength () const |
Public Member Functions inherited from mitk::ModelFitCostFunctionInterface | |
virtual const ModelBase * | GetModel () const =0 |
Protected Attributes inherited from mitk::SVModelFitCostFunction | |
SignalType | m_Sample |
Multi valued model fit cost function that computes the Chi square. NOTE: This is only for Data from Radioactive Decays (e.g. PET, SPECT)
Definition at line 25 of file mitkChiSquareFitCostFunction.h.
typedef itk::SmartPointer< const Self > mitk::ChiSquareFitCostFunction::ConstPointer |
Definition at line 32 of file mitkChiSquareFitCostFunction.h.
Definition at line 31 of file mitkChiSquareFitCostFunction.h.
Definition at line 29 of file mitkChiSquareFitCostFunction.h.
Definition at line 33 of file mitkChiSquareFitCostFunction.h.
Definition at line 30 of file mitkChiSquareFitCostFunction.h.
|
inlineprotected |
Definition at line 41 of file mitkChiSquareFitCostFunction.h.
|
inlineoverrideprotected |
Definition at line 46 of file mitkChiSquareFitCostFunction.h.
|
overrideprotectedvirtual |
Implements mitk::SVModelFitCostFunction.
|
static |