31#ifndef vtkImageAnisotropicDiffusion2D_h 
   32#define vtkImageAnisotropicDiffusion2D_h 
   35#include "vtkImagingGeneralModule.h"  
   36VTK_ABI_NAMESPACE_BEGIN
 
   56  vtkGetMacro(NumberOfIterations, 
int);
 
   67  vtkSetMacro(DiffusionThreshold, 
double);
 
   68  vtkGetMacro(DiffusionThreshold, 
double);
 
   77  vtkSetMacro(DiffusionFactor, 
double);
 
   78  vtkGetMacro(DiffusionFactor, 
double);
 
  121    int outExt[6], 
int id) 
override;
 
edge preserving smoothing.
 
void SetNumberOfIterations(int num)
This method sets the number of iterations which also affects the input neighborhood needed to compute...
 
double DiffusionThreshold
 
void ThreadedRequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector, vtkImageData ***inData, vtkImageData **outData, int outExt[6], int id) override
If the subclass does not define an Execute method, then the task will be broken up,...
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
void Iterate(vtkImageData *in, vtkImageData *out, double ar0, double ar1, int *coreExtent, int count)
 
vtkImageAnisotropicDiffusion2D()
 
static vtkImageAnisotropicDiffusion2D * New()
 
vtkTypeBool GradientMagnitudeThreshold
 
~vtkImageAnisotropicDiffusion2D() override=default
 
topologically and geometrically regular array of data
 
Filters that operate on pixel neighborhoods.
 
a simple class to control print indentation