SimpleITK
1.0.1
|
Go to the source code of this file.
Classes | |
class | itk::simple::ConvolutionImageFilter |
Convolve a given image with an arbitrary image kernel. More... | |
Namespaces | |
itk | |
itk::simple | |
Functions | |
Image | itk::simple::Convolution (const Image &image1, const Image &image2, bool normalize=false, ConvolutionImageFilter::BoundaryConditionType boundaryCondition=itk::simple::ConvolutionImageFilter::ZERO_FLUX_NEUMANN_PAD, ConvolutionImageFilter::OutputRegionModeType outputRegionMode=itk::simple::ConvolutionImageFilter::SAME) |
Convolve a given image with an arbitrary image kernel. More... | |