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
87 int extent[6],
int threadId);
void SetVectorInputData(vtkImageData *input)
void SetMagnitudeInputData(vtkImageData *input)
GLenum GLenum GLenum input
#define VTKIMAGINGMORPHOLOGICAL_EXPORT
#define vtkGetMacro(name, type)
#define vtkSetClampMacro(name, type, min, max)
void SetInputData(vtkDataObject *)
#define vtkTypeMacro(thisClass, superclass)
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()
#define vtkBooleanMacro(name, type)
#define vtkSetMacro(name, type)