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

Go to the source code of this file.

Classes

class  itk::simple::SmoothingRecursiveGaussianImageFilter
 Computes the smoothing of an image by convolution with the Gaussian kernels implemented as IIR filters. More...
 

Namespaces

 itk
 
 itk::simple
 

Functions

Image itk::simple::SmoothingRecursiveGaussian (const Image &image1, std::vector< double > sigma=std::vector< double >(3, 1.0), bool normalizeAcrossScale=false)
 Computes the smoothing of an image by convolution with the Gaussian kernels implemented as IIR filters. More...
 
Image itk::simple::SmoothingRecursiveGaussian (Image &&image1, std::vector< double > sigma=std::vector< double >(3, 1.0), bool normalizeAcrossScale=false)
 Computes the smoothing of an image by convolution with the Gaussian kernels implemented as IIR filters. More...
 
Image itk::simple::SmoothingRecursiveGaussian (Image &&image1, std::vector< double > sigma=std::vector< double >(3, 1.0), bool normalizeAcrossScale=false)
 Computes the smoothing of an image by convolution with the Gaussian kernels implemented as IIR filters. More...
 
Image itk::simple::SmoothingRecursiveGaussian (const Image &image1, std::vector< double > sigma=std::vector< double >(3, 1.0), bool normalizeAcrossScale=false)
 Computes the smoothing of an image by convolution with the Gaussian kernels implemented as IIR filters. More...