ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkAbsoluteValueDifferenceImageFilter.h>
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef AbsoluteValueDifferenceImageFilter | Self |
typedef BinaryFunctorImageFilter < TInputImage1, TInputImage2, TOutputImage, Functor::AbsoluteValueDifference2 < typename TInputImage1::PixelType, typename TInputImage2::PixelType, typename TOutputImage::PixelType > > | Superclass |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual const char * | GetNameOfClass () const |
typedef (Concept::Convertible< typename TInputImage1::PixelType, double >) Input1CovertibleToDoubleCheck | |
typedef (Concept::Convertible< typename TInputImage2::PixelType, double >) Input2ConvertibleToDoubleCheck | |
typedef (Concept::Convertible< double, typename TOutputImage::PixelType >) DoubleCovertibleToOutputCheck | |
Static Public Member Functions | |
static Pointer | New () |
AbsoluteValueDifferenceImageFilter () | |
virtual | ~AbsoluteValueDifferenceImageFilter () |
AbsoluteValueDifferenceImageFilter (const Self &) | |
void | operator= (const Self &) |
Implements pixel-wise the computation of absolute value difference.
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 image. The filter expects all images to have the same dimension (e.g. all 2D, or all 3D, or all ND).
Definition at line 86 of file itkAbsoluteValueDifferenceImageFilter.h.
typedef SmartPointer< const Self > itk::AbsoluteValueDifferenceImageFilter< TInputImage1, TInputImage2, TOutputImage >::ConstPointer |
typedef SmartPointer< Self > itk::AbsoluteValueDifferenceImageFilter< TInputImage1, TInputImage2, TOutputImage >::Pointer |
typedef AbsoluteValueDifferenceImageFilter itk::AbsoluteValueDifferenceImageFilter< TInputImage1, TInputImage2, TOutputImage >::Self |
Standard class typedefs.
Definition at line 96 of file itkAbsoluteValueDifferenceImageFilter.h.
typedef BinaryFunctorImageFilter< TInputImage1, TInputImage2, TOutputImage, Functor::AbsoluteValueDifference2< typename TInputImage1::PixelType, typename TInputImage2::PixelType, typename TOutputImage::PixelType > > itk::AbsoluteValueDifferenceImageFilter< TInputImage1, TInputImage2, TOutputImage >::Superclass |
itk::AbsoluteValueDifferenceImageFilter< TInputImage1, TInputImage2, TOutputImage >::AbsoluteValueDifferenceImageFilter | ( | ) | [inline, protected] |
End concept checking
Definition at line 126 of file itkAbsoluteValueDifferenceImageFilter.h.
virtual itk::AbsoluteValueDifferenceImageFilter< TInputImage1, TInputImage2, TOutputImage >::~AbsoluteValueDifferenceImageFilter | ( | ) | [inline, protected, virtual] |
End concept checking
Definition at line 127 of file itkAbsoluteValueDifferenceImageFilter.h.
itk::AbsoluteValueDifferenceImageFilter< TInputImage1, TInputImage2, TOutputImage >::AbsoluteValueDifferenceImageFilter | ( | const Self & | ) | [private] |
End concept checking
virtual::itk::LightObject::Pointer itk::AbsoluteValueDifferenceImageFilter< TInputImage1, TInputImage2, TOutputImage >::CreateAnother | ( | void | ) | const [virtual] |
Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.
virtual const char* itk::AbsoluteValueDifferenceImageFilter< TInputImage1, TInputImage2, TOutputImage >::GetNameOfClass | ( | ) | const [virtual] |
Runtime information support.
static Pointer itk::AbsoluteValueDifferenceImageFilter< TInputImage1, TInputImage2, TOutputImage >::New | ( | ) | [static] |
Method for creation through the object factory.
void itk::AbsoluteValueDifferenceImageFilter< TInputImage1, TInputImage2, TOutputImage >::operator= | ( | const Self & | ) | [private] |
itk::AbsoluteValueDifferenceImageFilter< TInputImage1, TInputImage2, TOutputImage >::typedef | ( | Concept::Convertible< typename TInputImage1::PixelType, double > | ) |
Begin concept checking This class requires Input1CovertibleToDoubleCheck in the form of ( Concept::Convertible< typename TInputImage1::PixelType, double > )
itk::AbsoluteValueDifferenceImageFilter< TInputImage1, TInputImage2, TOutputImage >::typedef | ( | Concept::Convertible< typename TInputImage2::PixelType, double > | ) |
This class requires Input2ConvertibleToDoubleCheck in the form of ( Concept::Convertible< typename TInputImage2::PixelType, double > )
itk::AbsoluteValueDifferenceImageFilter< TInputImage1, TInputImage2, TOutputImage >::typedef | ( | Concept::Convertible< double, typename TOutputImage::PixelType > | ) |
This class requires DoubleCovertibleToOutputCheck in the form of ( Concept::Convertible< double, typename TOutputImage::PixelType > )