SimpleITK  1.0.1
Classes | Namespaces | Functions
sitkDiscreteGaussianImageFilter.h File Reference
#include <memory>
#include "sitkBasicFilters.h"
#include "sitkImageFilter.h"
+ Include dependency graph for sitkDiscreteGaussianImageFilter.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  itk::simple::DiscreteGaussianImageFilter
 Blurs an image by separable convolution with discrete gaussian kernels. This filter performs Gaussian blurring by separable convolution of an image and a discrete Gaussian operator (kernel). More...
 

Namespaces

 itk
 
 itk::simple
 

Functions

Image itk::simple::DiscreteGaussian (const Image &image1, double variance=1.0, unsigned int maximumKernelWidth=32u, double maximumError=0.01, bool useImageSpacing=true)
 Blurs an image by separable convolution with discrete gaussian kernels. This filter performs Gaussian blurring by separable convolution of an image and a discrete Gaussian operator (kernel). More...