8 #ifndef IIMAGEPROCESSINGTEMPLATE_HH 9 #define IIMAGEPROCESSINGTEMPLATE_HH 1 11 #include "gVariables.hh" 12 #include "gOptions.hh" 15 #include "sAddonManager.hh" #define FUNCTION_IMAGE_PROCESSING_MODULE(CLASS)
Declaration of class oImageSpace.
int CheckSpecificParameters()
A private function used to check the parameters settings specific to the child module.
This class is a template of an image processing module to serve as an example.
int Process(FLTNB ****a4p_image)
int ReadOptionsList(const string &a_optionsList)
~iImageProcessingTemplate()
The destructor of iImageProcessingTemplate.
This abstract class is the generic image processing module class used by the oImageProcessingManager...
#define CLASS_IMAGE_PROCESSING_MODULE(NAME, CLASS)
void ShowHelp()
A function used to show help about the child module.
int ReadConfigurationFile(const string &a_configurationFile)
iImageProcessingTemplate()
The constructor of iImageProcessingTemplate.
Declaration of class vImageProcessingModule.
int InitializeSpecific()
A private function used to initialize everything specific to the child module.