Go to the documentation of this file.
44 #ifndef vtkImageAnisotropicDiffusion3D_h
45 #define vtkImageAnisotropicDiffusion3D_h
48 #include "vtkImagingGeneralModule.h"
71 vtkGetMacro(NumberOfIterations,
int);
83 vtkGetMacro(DiffusionThreshold,
double);
91 vtkGetMacro(DiffusionFactor,
double);
99 vtkGetMacro(Faces,
int);
102 vtkGetMacro(Edges,
int);
105 vtkGetMacro(Corners,
int);
114 vtkGetMacro(GradientMagnitudeThreshold,
int);
138 double ar0,
double ar1,
double ar3,
int *coreExtent,
int count);
edge preserving smoothing.
void Iterate(vtkImageData *in, vtkImageData *out, double ar0, double ar1, double ar3, int *coreExtent, int count)
int GradientMagnitudeThreshold
void ThreadedRequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector, vtkImageData ***inData, vtkImageData **outData, int extent[6], int id)
If the subclass does not define an Execute method, then the task will be broken up,...
vtkImageAnisotropicDiffusion3D()
topologically and geometrically regular array of data
a simple class to control print indentation
double DiffusionThreshold
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
~vtkImageAnisotropicDiffusion3D()
void SetNumberOfIterations(int num)
This method sets the number of interations which also affects the input neighborhood needed to comput...
static vtkImageAnisotropicDiffusion3D * New()
Filters that operate on pixel neighborhoods.