8 #ifndef IIMAGECONVOLVERTEMPLATE_HH 9 #define IIMAGECONVOLVERTEMPLATE_HH 1 11 #include "gVariables.hh" 12 #include "gOptions.hh" 15 #include "sAddonManager.hh" Declaration of class oImageSpace.
int BuildConvolutionKernel()
A private function used to build the convolution kernel specific to the child convolver.
~iImageConvolverTemplate()
The destructor of iImageConvolverTemplate.
Declaration of class vImageConvolver.
int ReadOptionsList(const string &a_listOptions)
#define CLASS_IMAGE_CONVOLVER(NAME, CLASS)
int ReadConfigurationFile(const string &a_fileOptions)
int CheckSpecificParameters()
A private function used to check the parameters settings specific to the child module.
#define FUNCTION_IMAGE_CONVOLVER(CLASS)
This class is a template of an image convolver module to serve as an example.
void ShowHelp()
A function used to show help about the child module.
iImageConvolverTemplate()
The constructor of iImageConvolverTemplate.
This abstract class is the generic image convolver class used by the oImageConvolverManager.