18 #ifndef sitkAdditionalProcedures_h
19 #define sitkAdditionalProcedures_h
50 double defaultPixelValue = 0.0,
54 const Image& referenceImage,
57 double defaultPixelValue = 0.0,
61 std::vector<uint32_t> size,
64 std::vector<double> outputOrigin = std::vector<double>(3, 0.0),
65 std::vector<double> outputSpacing = std::vector<double>(3, 1.0),
66 std::vector<double> outputDirection = std::vector<double>(),
67 double defaultPixelValue = 0.0,
82 double kernelBandwidthSigma = 400.0,
85 uint32_t numberOfSamplePatches = 200u,
86 double sampleVariance = 400.0,
87 double noiseSigma = 0.0,
88 double noiseModelFidelityWeight = 0.0 );
94 double kernelBandwidthSigma = 400.0,
97 uint32_t numberOfSamplePatches = 200u,
98 double sampleVariance = 400.0);
115 unsigned int maximumKernelWidth = 32u,
116 double maximumError = 0.01,
117 bool useImageSpacing =
true );
131 bool normalizeAcrossScale =
false );
N-D linear interpolation.
#define SITKBasicFilters_EXPORT
PixelIDValueEnum
Enumerated values of pixelIDs.
Image 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...
Image SmoothingRecursiveGaussian(const Image &image1, double sigma, bool normalizeAcrossScale=false)
Computes the smoothing of an image by convolution with the Gaussian kernels implemented as IIR filter...
The Image class for SimpleITK.
Image 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
Image 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