86 cout <<
"This image processing module is a template class dedicated to add your own custom image processing module." << endl;
bool m_affectTimeDimensionFlag
bool m_affectRespDimensionFlag
int CheckSpecificParameters()
A private function used to check the parameters settings specific to the child module.
int Process(FLTNB ****a4p_image)
A function used to actually perform the processing.
int ReadOptionsList(const string &a_optionsList)
A function used to read options from a list of options.
bool m_affectCardDimensionFlag
~iImageProcessingTemplate()
The destructor of iImageProcessingTemplate.
This abstract class is the generic image processing module class used by the oImageProcessingManager...
void ShowHelp()
A function used to show help about the child module.
int ReadConfigurationFile(const string &a_configurationFile)
A function used to read options from a configuration file.
iImageProcessingTemplate()
The constructor of iImageProcessingTemplate.
Declaration of class sOutputManager.
Declaration of class iImageProcessingTemplate.
int InitializeSpecific()
A private function used to initialize everything specific to the child module.