40 #ifndef vtkImageAnisotropicDiffusion2D_h 41 #define vtkImageAnisotropicDiffusion2D_h 44 #include "vtkImagingGeneralModule.h" 58 void SetNumberOfIterations(
int num);
64 vtkGetMacro(NumberOfIterations,
int);
75 vtkSetMacro(DiffusionThreshold,
double);
76 vtkGetMacro(DiffusionThreshold,
double);
85 vtkSetMacro(DiffusionFactor,
double);
86 vtkGetMacro(DiffusionFactor,
double);
108 vtkSetMacro(GradientMagnitudeThreshold,
vtkTypeBool);
109 vtkGetMacro(GradientMagnitudeThreshold,
vtkTypeBool);
110 vtkBooleanMacro(GradientMagnitudeThreshold,
vtkTypeBool);
129 int extent[6],
int id)
override;
double DiffusionThreshold
vtkTypeBool GradientMagnitudeThreshold
~vtkImageAnisotropicDiffusion2D() override
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)
If the subclass does not define an Execute method, then the task will be broken up,...
Filters that operate on pixel neighborhoods.
edge preserving smoothing.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkImageSpatialAlgorithm * New()