9 #ifndef IPATLAKMODEL_HH
10 #define IPATLAKMODEL_HH 1
int Initialize()
This function is used to initialize Patlak parametric images and basis functions. ...
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.
This class is a child of the vDynamicModel class implementing a template squeleton.
FLTNB ** m2p_parametricImages
int SaveParametricImages(int a_iteration)
Write parametric images on disk.
iDynamicModelTemplate()
Constructor of iDynamicModelTemplate. 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 CheckSpecificParameters()
This function is used to check whether all member variables have been correctly initialized or not...
int EstimateModelParameters(oImageSpace *ap_Image, int a_ite, int a_sset)
Estimate Patlak parametric images.
void ShowHelp()
This function is used to print out specific help about the deformation model and its options...
#define CLASS_DYNAMICMODEL(NAME, CLASS)
This class holds all the matrices in the image domain that can be used in the algorithm: image...
int ReadAndCheckOptionsList(string a_listOptions)
This function is used to read parameters from a string.
Declaration of class vDynamicModel.
~iDynamicModelTemplate()
Destructor of iDynamicModelTemplate.
Declaration of class sAddonManager.