42 #ifndef __vtkImageAnisotropicDiffusion2D_h
43 #define __vtkImageAnisotropicDiffusion2D_h
59 void SetNumberOfIterations(
int num);
63 vtkGetMacro(NumberOfIterations,
int);
72 vtkSetMacro(DiffusionThreshold,
double);
73 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,
int *coreExtent,
int count);
void PrintSelf(ostream &os, vtkIndent indent)
double DiffusionThreshold
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.
edge preserving smoothing.
~vtkImageAnisotropicDiffusion2D()
static vtkImageSpatialAlgorithm * New()
int GradientMagnitudeThreshold