41 #ifndef vtkImageAnisotropicDiffusion3D_h 42 #define vtkImageAnisotropicDiffusion3D_h 45 #include "vtkImagingGeneralModule.h" 62 void SetNumberOfIterations(
int num);
68 vtkGetMacro(NumberOfIterations,
int);
79 vtkSetMacro(DiffusionThreshold,
double);
80 vtkGetMacro(DiffusionThreshold,
double);
87 vtkSetMacro(DiffusionFactor,
double);
88 vtkGetMacro(DiffusionFactor,
double);
110 vtkSetMacro(GradientMagnitudeThreshold,
vtkTypeBool);
111 vtkGetMacro(GradientMagnitudeThreshold,
vtkTypeBool);
112 vtkBooleanMacro(GradientMagnitudeThreshold,
vtkTypeBool);
133 int extent[6],
int id)
override;
135 double ar0,
double ar1,
double ar3,
int *coreExtent,
int count);
vtkTypeBool GradientMagnitudeThreshold
~vtkImageAnisotropicDiffusion3D() override
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)
If the subclass does not define an Execute method, then the task will be broken up, multiple threads will be spawned, and each thread will call this method.
Filters that operate on pixel neighborhoods.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkImageSpatialAlgorithm * New()