SimpleITK
1.2.4
|
Go to the source code of this file.
Classes | |
class | itk::simple::FFTConvolutionImageFilter |
Convolve a given image with an arbitrary image kernel using multiplication in the Fourier domain. More... | |
Namespaces | |
itk | |
itk::simple | |
Functions | |
Image | itk::simple::FFTConvolution (const Image &image, const Image &kernelImage, bool normalize=false, FFTConvolutionImageFilter::BoundaryConditionType boundaryCondition=itk::simple::FFTConvolutionImageFilter::ZERO_FLUX_NEUMANN_PAD, FFTConvolutionImageFilter::OutputRegionModeType outputRegionMode=itk::simple::FFTConvolutionImageFilter::SAME) |
Convolve a given image with an arbitrary image kernel using multiplication in the Fourier domain. More... | |