#include <memory>
#include "sitkBasicFilters.h"
#include "sitkImageFilter.h"
Go to the source code of this file.
|
|
Image | itk::simple::RecursiveGaussian (const Image &image1, double sigma=1.0, bool normalizeAcrossScale=false, RecursiveGaussianImageFilter::OrderType order=itk::simple::RecursiveGaussianImageFilter::ZeroOrder, unsigned int direction=0u) |
| Base class for computing IIR convolution with an approximation of a Gaussian kernel. More...
|
|
Image | itk::simple::RecursiveGaussian (Image &&image1, double sigma=1.0, bool normalizeAcrossScale=false, RecursiveGaussianImageFilter::OrderType order=itk::simple::RecursiveGaussianImageFilter::ZeroOrder, unsigned int direction=0u) |
| Base class for computing IIR convolution with an approximation of a Gaussian kernel. More...
|
|
|
Image | itk::simple::RecursiveGaussian (Image &&image1, double sigma=1.0, bool normalizeAcrossScale=false, RecursiveGaussianImageFilter::OrderType order=itk::simple::RecursiveGaussianImageFilter::ZeroOrder, unsigned int direction=0u) |
| Base class for computing IIR convolution with an approximation of a Gaussian kernel. More...
|
|
Image | itk::simple::RecursiveGaussian (const Image &image1, double sigma=1.0, bool normalizeAcrossScale=false, RecursiveGaussianImageFilter::OrderType order=itk::simple::RecursiveGaussianImageFilter::ZeroOrder, unsigned int direction=0u) |
| Base class for computing IIR convolution with an approximation of a Gaussian kernel. More...
|
|