8 #ifndef IIMAGECONVOLVERSTATIONARYGAUSSIAN_HH 9 #define IIMAGECONVOLVERSTATIONARYGAUSSIAN_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.
int ReadConfigurationFile(const string &a_fileOptions)
Declaration of class vImageConvolver.
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)
#define CLASS_IMAGE_CONVOLVER(NAME, CLASS)
~iImageConvolverStationaryGaussian()
The destructor of iImageConvolverStationaryGaussian.
#define FUNCTION_IMAGE_CONVOLVER(CLASS)
void ShowHelp()
A function used to show help about the child module.
This abstract class is the generic image convolver class used by the oImageConvolverManager.