#include <itkAbsoluteValueDifferenceImageFilter.h>
Inheritance diagram for itk::AbsoluteValueDifferenceImageFilter< TInputImage1, TInputImage2, TOutputImage >:
Public Types | |
typedef AbsoluteValueDifferenceImageFilter | Self |
typedef BinaryFunctorImageFilter< TInputImage1, TInputImage2, TOutputImage, Functor::AbsoluteValueDifference2< typename TInputImage1::PixelType, typename TInputImage2::PixelType, typename TOutputImage::PixelType > > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
AbsoluteValueDifferenceImageFilter () | |
virtual | ~AbsoluteValueDifferenceImageFilter () |
This filter is parametrized over the types of the two input images and the type of the output image.
Numeric conversions (castings) are done by the C++ defaults.
The filter will walk over all the pixels in the two input images, and for each one of them it will do the following:
double
double
double
value resulting from the
absolute value to the pixel type of the output imageThe filter expect all images to have the same dimension (e.g. all 2D, or all 3D, or all ND)
Definition at line 69 of file itkAbsoluteValueDifferenceImageFilter.h.
|
Reimplemented from itk::BinaryFunctorImageFilter< TInputImage1, TInputImage2, TOutputImage, TFunction >. Definition at line 87 of file itkAbsoluteValueDifferenceImageFilter.h. |
|
Reimplemented from itk::BinaryFunctorImageFilter< TInputImage1, TInputImage2, TOutputImage, TFunction >. Definition at line 86 of file itkAbsoluteValueDifferenceImageFilter.h. |
|
Standard class typedefs. Reimplemented from itk::BinaryFunctorImageFilter< TInputImage1, TInputImage2, TOutputImage, TFunction >. Definition at line 79 of file itkAbsoluteValueDifferenceImageFilter.h. |
|
Reimplemented from itk::BinaryFunctorImageFilter< TInputImage1, TInputImage2, TOutputImage, TFunction >. Definition at line 85 of file itkAbsoluteValueDifferenceImageFilter.h. |
|
Definition at line 93 of file itkAbsoluteValueDifferenceImageFilter.h. |
|
Definition at line 94 of file itkAbsoluteValueDifferenceImageFilter.h. |
|
Method for creation through the object factory. Reimplemented from itk::BinaryFunctorImageFilter< TInputImage1, TInputImage2, TOutputImage, TFunction >. |