#include <itkBinaryMagnitudeImageFilter.h>
Inheritance diagram for itk::BinaryMagnitudeImageFilter:
Public Types | |
typedef BinaryMagnitudeImageFilter | Self |
typedef BinaryFunctorImageFilter< TInputImage1, TInputImage2, TOutputImage, Functor::Modulus2< typename TInputImage1::PixelType, typename TInputImage2::PixelType, typename TOutputImage::PixelType > > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
Static Public Methods | |
Pointer | New () |
Protected Methods | |
BinaryMagnitudeImageFilter () | |
virtual | ~BinaryMagnitudeImageFilter () |
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 sqrt()
to the pixel type of the output image
Definition at line 67 of file itkBinaryMagnitudeImageFilter.h.
|
|
|
Standard class typedefs. Reimplemented from itk::BinaryFunctorImageFilter< TInputImage1, TInputImage2, TOutputImage, Functor::Modulus2< TInputImage1::PixelType, TInputImage2::PixelType, TOutputImage::PixelType > >. Definition at line 77 of file itkBinaryMagnitudeImageFilter.h. |
|
|
Definition at line 91 of file itkBinaryMagnitudeImageFilter.h. |
|
Definition at line 92 of file itkBinaryMagnitudeImageFilter.h. |
|
Method for creation through the object factory. Reimplemented from itk::BinaryFunctorImageFilter< TInputImage1, TInputImage2, TOutputImage, Functor::Modulus2< TInputImage1::PixelType, TInputImage2::PixelType, TOutputImage::PixelType > >. |