8 #include "vImageConvolver.hh" 9 #include "oImageDimensionsAndQuantification.hh" 10 #include "oImageSpace.hh" 11 #include "iImageConvolverTemplate.hh" 68 cout <<
"This image convolver is a template class dedicated to add your own custom image convolver." << endl;
int BuildConvolutionKernel()
A private function used to build the convolution kernel specific to the child convolver.
~iImageConvolverTemplate()
The destructor of iImageConvolverTemplate.
int ReadOptionsList(const string &a_listOptions)
int ReadConfigurationFile(const string &a_fileOptions)
int CheckSpecificParameters()
A private function used to check the parameters settings specific to the child module.
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.