31 #ifndef IIMAGECONVOLVERSTATIONARYGAUSSIAN_HH
32 #define IIMAGECONVOLVERSTATIONARYGAUSSIAN_HH 1
This header file is mainly used to declare some macro definitions and all includes needed from the st...
#define CLASS_IMAGE_CONVOLVER(NAME, CLASS)
int BuildConvolutionKernel()
A private function used to build the convolution kernel specific to the child convolver.
int ReadConfigurationFile(const string &a_fileOptions)
A function used to read options from a configuration file.
int CheckSpecificParameters()
A private function used to check the parameters settings specific to the child module.
This class is an image convolver module implementing stationary gaussian filtering.
iImageConvolverStationaryGaussian()
The constructor of iImageConvolverStationaryGaussian.
int ReadOptionsList(const string &a_listOptions)
A function used to read options from a list of options.
Declaration of class oImageSpace.
~iImageConvolverStationaryGaussian()
The destructor of iImageConvolverStationaryGaussian.
#define FUNCTION_IMAGE_CONVOLVER(CLASS)
This file is used for all kind of different functions designed for options parsing and ASCII file rea...
Declaration of class vImageConvolver.
void ShowHelp()
A function used to show help about the child module.
Declaration of class sAddonManager.
This abstract class is the generic image convolver class used by the oImageConvolverManager.