8 #include "iImageProcessingTemplate.hh" 9 #include "sOutputManager.hh" 76 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)
int ReadOptionsList(const string &a_optionsList)
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)
iImageProcessingTemplate()
The constructor of iImageProcessingTemplate.
int InitializeSpecific()
A private function used to initialize everything specific to the child module.