29 #ifndef vtkImageNonMaximumSuppression_h
30 #define vtkImageNonMaximumSuppression_h
32 #define VTK_IMAGE_NON_MAXIMUM_SUPPRESSION_MAGNITUDE_INPUT 0
33 #define VTK_IMAGE_NON_MAXIMUM_SUPPRESSION_VECTOR_INPUT 1
55 vtkSetMacro(HandleBoundaries,
int);
56 vtkGetMacro(HandleBoundaries,
int);
57 vtkBooleanMacro(HandleBoundaries,
int);
63 vtkSetClampMacro(Dimensionality,
int,2,3);
64 vtkGetMacro(Dimensionality,
int);
87 int extent[6],
int threadId);
void SetVectorInputData(vtkImageData *input)
void SetMagnitudeInputData(vtkImageData *input)
#define VTKIMAGINGMORPHOLOGICAL_EXPORT
void SetInputData(vtkDataObject *)
void PrintSelf(ostream &os, vtkIndent indent)
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Generic filter that has one input..
a simple class to control print indentation
topologically and geometrically regular array of data
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Performs non-maximum suppression.
virtual void ThreadedRequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector, vtkImageData ***inData, vtkImageData **outData, int extent[6], int threadId)
~vtkImageNonMaximumSuppression()
static vtkAlgorithm * New()