8 #ifndef IIMAGECONVOLVERSTATIONARYISOTROPICGAUSSIAN_HH 9 #define IIMAGECONVOLVERSTATIONARYISOTROPICGAUSSIAN_HH 1 11 #include "gVariables.hh" 12 #include "gOptions.hh" 15 #include "sAddonManager.hh" int ReadOptionsList(const string &a_listOptions)
Declaration of class oImageSpace.
int BuildConvolutionKernel()
A private function used to build the convolution kernel specific to the child convolver.
Declaration of class vImageConvolver.
~iImageConvolverStationaryIsotropicGaussian()
The destructor of iImageConvolverStationaryIsotropicGaussian.
int ReadConfigurationFile(const string &a_fileOptions)
int Convolve(FLTNB *ap_outputImage)
iImageConvolverStationaryIsotropicGaussian()
The constructor of iImageConvolverStationaryIsotropicGaussian.
void ShowHelp()
A function used to show help about the child module.
#define CLASS_IMAGE_CONVOLVER(NAME, CLASS)
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 and isotropic gaussian filtering...
#define FUNCTION_IMAGE_CONVOLVER(CLASS)
This abstract class is the generic image convolver class used by the oImageConvolverManager.