27 #ifndef vtkImageNonMaximumSuppression_h
28 #define vtkImageNonMaximumSuppression_h
30 #define VTK_IMAGE_NON_MAXIMUM_SUPPRESSION_MAGNITUDE_INPUT 0
31 #define VTK_IMAGE_NON_MAXIMUM_SUPPRESSION_VECTOR_INPUT 1
33 #include "vtkImagingMorphologicalModule.h"
58 vtkGetMacro(HandleBoundaries,
int);
66 vtkSetClampMacro(Dimensionality,
int,2,3);
67 vtkGetMacro(Dimensionality,
int);
83 vtkInformationVector*) VTK_OVERRIDE;
85 void ThreadedRequestData(vtkInformation *request,
86 vtkInformationVector **inputVector,
87 vtkInformationVector *outputVector,
90 int extent[6],
int threadId) VTK_OVERRIDE;
void SetVectorInputData(vtkImageData *input)
Set the magnitude and vector inputs.
void SetMagnitudeInputData(vtkImageData *input)
Set the magnitude and vector inputs.
~vtkImageNonMaximumSuppression() override
void SetInputData(vtkDataObject *)
Assign a data object as input.
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)
Subclasses can reimplement this method to collect information from their inputs and set information f...
Performs non-maximum suppression.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
static vtkAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.