#include <memory>
#include "sitkBasicFilters.h"
#include "sitkImageFilter.h"
Go to the source code of this file.
|
|
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...
|
|