SimpleITK  1.2.4
Namespaces | Functions
sitkAdditionalProcedures.h File Reference
#include "sitkBasicFilters.h"
#include "sitkImage.h"
#include "sitkTransform.h"
#include "sitkInterpolator.h"
#include "sitkPatchBasedDenoisingImageFilter.h"
+ Include dependency graph for sitkAdditionalProcedures.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 itk
 
 itk::simple
 

Functions

Image itk::simple::DiscreteGaussian (const Image &image1, double variance, 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...
 
Image itk::simple::PatchBasedDenoising (const Image &image1, itk::simple::PatchBasedDenoisingImageFilter::NoiseModelType noiseModel, double kernelBandwidthSigma=400.0, uint32_t patchRadius=4u, uint32_t numberOfIterations=1u, uint32_t numberOfSamplePatches=200u, double sampleVariance=400.0, double noiseSigma=0.0, double noiseModelFidelityWeight=0.0)
 itk::simple::PatchBasedDenoisingImageFilter Procedural Interface More...
 
Image itk::simple::PatchBasedDenoising (const Image &image1, double kernelBandwidthSigma=400.0, uint32_t patchRadius=4u, uint32_t numberOfIterations=1u, uint32_t numberOfSamplePatches=200u, double sampleVariance=400.0)
 
Image itk::simple::SmoothingRecursiveGaussian (const Image &image1, double sigma, bool normalizeAcrossScale=false)
 Computes the smoothing of an image by convolution with the Gaussian kernels implemented as IIR filters. More...
 
Image itk::simple::Resample (const Image &image1, Transform transform=itk::simple::Transform(), InterpolatorEnum interpolator=itk::simple::sitkLinear, double defaultPixelValue=0.0, PixelIDValueEnum outputPixelType=sitkUnknown)
 itk::simple::ResampleImageFilter Procedural Interface More...
 
Image itk::simple::Resample (const Image &image1, const Image &referenceImage, Transform transform=itk::simple::Transform(), InterpolatorEnum interpolator=itk::simple::sitkLinear, double defaultPixelValue=0.0, PixelIDValueEnum outputPixelType=sitkUnknown)
 itk::simple::ResampleImageFilter Procedural Interface More...
 
Image itk::simple::Resample (const Image &image1, std::vector< uint32_t > size, Transform transform=itk::simple::Transform(), InterpolatorEnum interpolator=itk::simple::sitkLinear, std::vector< double > outputOrigin=std::vector< double >(3, 0.0), std::vector< double > outputSpacing=std::vector< double >(3, 1.0), std::vector< double > outputDirection=std::vector< double >(), double defaultPixelValue=0.0, PixelIDValueEnum outputPixelType=sitkUnknown)
 itk::simple::ResampleImageFilter Procedural Interface More...