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
35 #include "vtkImagingMorphologicalModule.h"
37 #include "vtkImageData.h"
44 void PrintSelf(ostream& os, vtkIndent indent);
55 vtkSetMacro(HandleBoundaries,
int);
56 vtkGetMacro(HandleBoundaries,
int);
57 vtkBooleanMacro(HandleBoundaries,
int);
63 vtkSetClampMacro(Dimensionality,
int,2,3);
64 vtkGetMacro(Dimensionality,
int);
75 vtkInformationVector **,
76 vtkInformationVector *);
79 vtkInformationVector**,
80 vtkInformationVector*);
83 vtkInformationVector **inputVector,
84 vtkInformationVector *outputVector,
85 vtkImageData ***inData,
86 vtkImageData **outData,
87 int extent[6],
int threadId);
void SetVectorInputData(vtkImageData *input)
void SetMagnitudeInputData(vtkImageData *input)
void SetInputData(vtkDataObject *)
void PrintSelf(ostream &os, vtkIndent indent)
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Generic filter that has one input..
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()