#include <vtkImageNonMaximumSuppression.h>
Inheritance diagram for vtkImageNonMaximumSuppression:
vtkImageNonMaximumSuppression Sets to zero any pixel that is not a peak. If a pixel has a neighbor along the vector that has larger magnitude, the smaller pixel is set to zero. The filter takes two inputs: a magnitude and a vector. Output is magnitude information and is always in doubles. Typically this filter is used with vtkImageGradient and vtkImageGradientMagnitude as inputs.
Definition at line 38 of file vtkImageNonMaximumSuppression.h.
|
Reimplemented from vtkThreadedImageAlgorithm. Definition at line 42 of file vtkImageNonMaximumSuppression.h. |
|
|
|
Definition at line 68 of file vtkImageNonMaximumSuppression.h. |
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkAlgorithm. |
|
Reimplemented from vtkThreadedImageAlgorithm. |
|
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkThreadedImageAlgorithm. |
|
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkThreadedImageAlgorithm. |
|
Reimplemented from vtkThreadedImageAlgorithm. |
|
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from vtkThreadedImageAlgorithm. |
|
Set the magnitude and vector inputs. Definition at line 47 of file vtkImageNonMaximumSuppression.h. References vtkImageAlgorithm::SetInput(). |
|
Definition at line 48 of file vtkImageNonMaximumSuppression.h. References vtkImageAlgorithm::SetInput(). |
|
If "HandleBoundariesOn" then boundary pixels are duplicated So central differences can get values. |
|
If "HandleBoundariesOn" then boundary pixels are duplicated So central differences can get values. |
|
If "HandleBoundariesOn" then boundary pixels are duplicated So central differences can get values. |
|
If "HandleBoundariesOn" then boundary pixels are duplicated So central differences can get values. |
|
Determines how the input is interpreted (set of 2d slices or a 3D volume) |
|
Determines how the input is interpreted (set of 2d slices or a 3D volume) |
|
Reimplemented from vtkImageAlgorithm. |
|
Reimplemented from vtkImageAlgorithm. |
|
If the subclass does not define an Execute method, then the task will be broken up, multiple threads will be spawned, and each thread will call this method. It is public so that the thread functions can call this method. Reimplemented from vtkThreadedImageAlgorithm. |
|
Definition at line 68 of file vtkImageNonMaximumSuppression.h. |
|
Definition at line 71 of file vtkImageNonMaximumSuppression.h. |