43 #ifndef __vtkImageAnisotropicDiffusion3D_h
44 #define __vtkImageAnisotropicDiffusion3D_h
62 void SetNumberOfIterations(
int num);
66 vtkGetMacro(NumberOfIterations,
int);
75 vtkSetMacro(DiffusionThreshold,
double);
76 vtkGetMacro(DiffusionThreshold,
double);
81 vtkSetMacro(DiffusionFactor,
double);
82 vtkGetMacro(DiffusionFactor,
double);
87 vtkSetMacro(Faces,
int);
88 vtkGetMacro(Faces,
int);
89 vtkBooleanMacro(Faces,
int);
90 vtkSetMacro(Edges,
int);
91 vtkGetMacro(Edges,
int);
92 vtkBooleanMacro(Edges,
int);
93 vtkSetMacro(Corners,
int);
94 vtkGetMacro(Corners,
int);
95 vtkBooleanMacro(Corners,
int);
101 vtkSetMacro(GradientMagnitudeThreshold,
int);
102 vtkGetMacro(GradientMagnitudeThreshold,
int);
103 vtkBooleanMacro(GradientMagnitudeThreshold,
int);
110 int NumberOfIterations;
126 double ar0,
double ar1,
double ar3,
int *coreExtent,
int count);
void PrintSelf(ostream &os, vtkIndent indent)
int GradientMagnitudeThreshold
double DiffusionThreshold
edge preserving smoothing.
a simple class to control print indentation
topologically and geometrically regular array of data
virtual void ThreadedRequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector, vtkImageData ***inData, vtkImageData **outData, int extent[6], int threadId)
Filters that operate on pixel neighborhoods.
~vtkImageAnisotropicDiffusion3D()
static vtkImageSpatialAlgorithm * New()