9 #ifndef IPATLAKMODEL_HH
10 #define IPATLAKMODEL_HH 1
int ReadAndCheckOptionsList(string a_listOptions)
This function is used to read parameters from a string.
void ShowHelp()
Print out specific help about the implementation of the Patlak model and its initialization.
int EstimateModelParameters(oImageSpace *ap_Image, int a_ite, int a_sset)
Estimate Patlak parametric images.
int FitModel(oImageSpace *ap_Image, int a_ite, int a_sset)
Estimate image using Patlak parametric images and basis functions.
This is the mother class of dynamic model classes.
int Initialize()
This function is used to initialize Patlak parametric images and basis functions. ...
int CheckSpecificParameters()
This function is used to check whether all member variables have been correctly initialized or not...
iPatlakModel()
Constructor of iPatlakModel. Simply set all data members to default values.
#define FUNCTION_DYNAMICMODEL(CLASS)
int ReadAndCheckConfigurationFile(string a_fileOptions)
This function is used to read options from a configuration file.
int SaveParametricImages(int a_iteration)
Write parametric images on disk if 'm_savePImgFlag' is enabled.
This class implements the Patlak model, to model kinetics of irreversible radiotracers.
#define CLASS_DYNAMICMODEL(NAME, CLASS)
This class holds all the matrices in the image domain that can be used in the algorithm: image...
FLTNB ** m2p_parametricImages
~iPatlakModel()
Destructor of iPatlakModel.
Declaration of class vDynamicModel.
Declaration of class sAddonManager.