56#ifndef vtkImageNonMaximumSuppression_h
57#define vtkImageNonMaximumSuppression_h
59#define VTK_IMAGE_NON_MAXIMUM_SUPPRESSION_MAGNITUDE_INPUT 0
60#define VTK_IMAGE_NON_MAXIMUM_SUPPRESSION_VECTOR_INPUT 1
63#include "vtkImagingMorphologicalModule.h"
96 vtkSetClampMacro(Dimensionality,
int, 2, 3);
97 vtkGetMacro(Dimensionality,
int);
113 int outExt[6],
int threadId)
override;
void SetInputData(vtkDataObject *)
Assign a data object as input.
topologically and geometrically regular array of data
Performs non-maximum suppression.
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Subclasses can reimplement this method to collect information from their inputs and set information f...
vtkTypeBool HandleBoundaries
static vtkImageNonMaximumSuppression * New()
void SetVectorInputData(vtkImageData *input)
Set the magnitude and vector inputs.
vtkImageNonMaximumSuppression()
~vtkImageNonMaximumSuppression() override=default
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Subclasses can reimplement this method to translate the update extent requests from each output port ...
void ThreadedRequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector, vtkImageData ***inData, vtkImageData **outData, int outExt[6], int threadId) override
If the subclass does not define an Execute method, then the task will be broken up,...
void SetMagnitudeInputData(vtkImageData *input)
Set the magnitude and vector inputs.
a simple class to control print indentation
Generic filter that has one input.