#include <itkEdgePotentialImageFilter.h>
Inheritance diagram for itk::EdgePotentialImageFilter< TInputImage, TOutputImage >:
Public Types | |
typedef EdgePotentialImageFilter | Self |
typedef UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::EdgePotential< typename TInputImage::PixelType, typename TOutputImage::PixelType > > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
EdgePotentialImageFilter () | |
virtual | ~EdgePotentialImageFilter () |
Input to this filter should be a CovariantVector image representing the image gradient.
The filter expect both the input and output images to have the same number of dimensions, and the output to be of a scalar image type.
Definition at line 52 of file itkEdgePotentialImageFilter.h.
|
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >. Definition at line 68 of file itkEdgePotentialImageFilter.h. |
|
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >. Definition at line 67 of file itkEdgePotentialImageFilter.h. |
|
Standard class typedefs. Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >. Definition at line 61 of file itkEdgePotentialImageFilter.h. |
|
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >. Definition at line 66 of file itkEdgePotentialImageFilter.h. |
|
Definition at line 74 of file itkEdgePotentialImageFilter.h. |
|
Definition at line 75 of file itkEdgePotentialImageFilter.h. |
|
Method for creation through the object factory. Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >. |