ITK
4.13.0
Insight Segmentation and Registration Toolkit
|
#include <itkMagnitudeAndPhaseToComplexImageFilter.h>
Implements pixel-wise conversion of magnitude and phase data into complex voxels.
This filter is parametrized over the types of the two input images and the type of the output image.
The filter expect all images to have the same dimension (e.g. all 2D, or all 3D, or all ND)
Definition at line 84 of file itkMagnitudeAndPhaseToComplexImageFilter.h.
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::BinaryFunctorImageFilter< TInputImage1, TInputImage2, TOutputImage, Functor::MagnitudeAndPhaseToComplex< TInputImage1::PixelType, TInputImage2::PixelType, TOutputImage::PixelType::value_type > > | |
static Pointer | New () |
Static Public Member Functions inherited from itk::Object | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool flag) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
typedef SmartPointer< const Self > itk::MagnitudeAndPhaseToComplexImageFilter< TInputImage1, TInputImage2, TOutputImage >::ConstPointer |
Definition at line 113 of file itkMagnitudeAndPhaseToComplexImageFilter.h.
typedef TInputImage1::PixelType itk::MagnitudeAndPhaseToComplexImageFilter< TInputImage1, TInputImage2, TOutputImage >::InputPixel1Type |
Definition at line 108 of file itkMagnitudeAndPhaseToComplexImageFilter.h.
typedef TInputImage2::PixelType itk::MagnitudeAndPhaseToComplexImageFilter< TInputImage1, TInputImage2, TOutputImage >::InputPixel2Type |
Definition at line 109 of file itkMagnitudeAndPhaseToComplexImageFilter.h.
typedef TOutputImage::PixelType itk::MagnitudeAndPhaseToComplexImageFilter< TInputImage1, TInputImage2, TOutputImage >::OutputPixelType |
Definition at line 110 of file itkMagnitudeAndPhaseToComplexImageFilter.h.
typedef SmartPointer< Self > itk::MagnitudeAndPhaseToComplexImageFilter< TInputImage1, TInputImage2, TOutputImage >::Pointer |
Definition at line 112 of file itkMagnitudeAndPhaseToComplexImageFilter.h.
typedef MagnitudeAndPhaseToComplexImageFilter itk::MagnitudeAndPhaseToComplexImageFilter< TInputImage1, TInputImage2, TOutputImage >::Self |
Standard class typedefs.
Definition at line 97 of file itkMagnitudeAndPhaseToComplexImageFilter.h.
typedef BinaryFunctorImageFilter< TInputImage1, TInputImage2, TOutputImage, Functor::MagnitudeAndPhaseToComplex< typename TInputImage1::PixelType, typename TInputImage2::PixelType, typename TOutputImage::PixelType::value_type > > itk::MagnitudeAndPhaseToComplexImageFilter< TInputImage1, TInputImage2, TOutputImage >::Superclass |
Definition at line 106 of file itkMagnitudeAndPhaseToComplexImageFilter.h.
|
inlineprotected |
Definition at line 133 of file itkMagnitudeAndPhaseToComplexImageFilter.h.
|
inlineoverrideprotectedvirtual |
Definition at line 134 of file itkMagnitudeAndPhaseToComplexImageFilter.h.
|
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.
Reimplemented from itk::Object.
|
virtual |
Run-time type information (and related methods).
|
static |
Method for creation through the object factory.