8 #ifndef IOPTIMIZERAPPGML_HH 9 #define IOPTIMIZERAPPGML_HH 1 11 #include "gVariables.hh" 12 #include "sAddonManager.hh" 138 FLTNB a_multiplicativeCorrections,
FLTNB a_additiveCorrections,
FLTNB a_blankValue,
156 FLTNB a_multiplicativeCorrections,
FLTNB a_additiveCorrections,
FLTNB a_blankValue,
170 FLTNB a_sensitivity,
FLTNB* ap_correctionValues,
INTNB a_voxel,
int tbf = -1,
int rbf = -1,
int cbf = -1 );
FLTNB * mp_specificRegionOfInterestConvolved
FLTNB * mp_specificRegionOfInterest
int InitializeSpecific()
This function is used to initialize specific stuff to the child optimizer.
int ImageSpaceSpecificOperations(FLTNB a_currentImageValue, FLTNB *ap_newImageValue, FLTNB a_sensitivity, FLTNB *ap_correctionValues, INTNB a_voxel, int tbf=-1, int rbf=-1, int cbf=-1)
This function perform the image update step specific to the optimizer.
int PreImageUpdateSpecificStep()
A private function used to compute the penalty term update adaptive alpha of the ADMM algorithm...
int DataSpaceSpecificOperations(FLTNB a_data, FLTNB a_forwardModel, FLTNB *ap_backwardValues, FLTNB a_multiplicativeCorrections, FLTNB a_additiveCorrections, FLTNB a_blankValue, FLTNB a_quantificationFactor, oProjectionLine *ap_Line)
This function performs the data space operations specific to the optimizer (computes the values to be...
int ReadOptionsList(const string &a_optionsList)
A function used to read options from a list of options.
FLTNB m_minimumImageUpdateFactor
int ReadConfigurationFile(const string &a_configurationFile)
A function used to read options from a configuration file.
FLTNB **** m4p_imageNotShifted
FLTNB **** m4p_secondDerivativePenaltyImage
Declaration of class vOptimizer.
void ShowHelpSpecific()
A function used to show help about the child optimizer.
int SensitivitySpecificOperations(FLTNB a_data, FLTNB a_forwardModel, FLTNB *ap_weight, FLTNB a_multiplicativeCorrections, FLTNB a_additiveCorrections, FLTNB a_blankValue, FLTNB a_quantificationFactor, oProjectionLine *ap_Line)
This function compute the weight associated to the provided event (for sensitivity computation) ...
FLTNB m_dataSpaceDenominatorThreshold
#define FUNCTION_OPTIMIZER(CLASS)
#define CLASS_OPTIMIZER(NAME, CLASS)
This class is designed to generically described any iterative optimizer.
This class is designed to manage and store system matrix elements associated to a vEvent...
int CheckSpecificParameters()
A private function used to check the parameters settings specific to the child optimizer.
This class implements the A-Preconditioned Gradient MAP algorithm.
iOptimizerAPPGML()
The constructor of iOptimizerAPPGML.
virtual int PreDataUpdateSpecificStep()
A private function used to compute some norms for the image update.
FLTNB **** m4p_firstDerivativePenaltyImage
~iOptimizerAPPGML()
The destructor of iOptimizerAPPGML.
FLTNB m_maximumImageUpdateFactor