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"
36 #include "vtkThreadedImageAlgorithm.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);
74 virtual int RequestInformation (vtkInformation *,
75 vtkInformationVector **,
76 vtkInformationVector *);
78 virtual int RequestUpdateExtent(vtkInformation*,
79 vtkInformationVector**,
80 vtkInformationVector*);
82 virtual void ThreadedRequestData(vtkInformation *request,
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)
Performs non-maximum suppression.
~vtkImageNonMaximumSuppression()