Go to the documentation of this file.
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);
Performs non-maximum suppression.
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual void ThreadedRequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector, vtkImageData ***inData, vtkImageData **outData, int extent[6], int threadId)
void SetVectorInputData(vtkImageData *input)
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
static vtkImageNonMaximumSuppression * New()
#define vtkTypeMacro(thisClass, superclass)
Generic filter that has one input..
void SetMagnitudeInputData(vtkImageData *input)
GLenum GLenum GLenum input
void PrintSelf(ostream &os, vtkIndent indent)
void SetInputData(vtkDataObject *)
#define vtkSetClampMacro(name, type, min, max)
topologically and geometrically regular array of data
a simple class to control print indentation
#define vtkGetMacro(name, type)
~vtkImageNonMaximumSuppression()
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkSetMacro(IgnoreDriverBugs, bool)
vtkImageNonMaximumSuppression()
#define VTKIMAGINGMORPHOLOGICAL_EXPORT