|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkComplexToPhaseImageFilter_h
19 #define itkComplexToPhaseImageFilter_h
35 template <
typename TInput,
typename TOutput>
51 return !(*
this != other);
57 return static_cast<TOutput>(std::atan2(A.imag(), A.real()));
62 template <
typename TInputImage,
typename TOutputImage>
85 #ifdef ITK_USE_CONCEPT_CHECKING
94 #if !defined(ITK_WRAPPING_PARSER)
typename NumericTraits< InputPixelType >::ValueType InputPixelValueType
void SetFunctor(const std::function< ConstRefFunctionType > &f)
TOutput operator()(const TInput &A) const
typename TInputImage::PixelType InputPixelType
Implements pixel-wise generic "operation" on one image.
Base class for all process objects that output image data.
bool operator!=(const ComplexToPhase &) const
Define additional traits for native types such as int or float.
ComplexToPhaseImageFilter()
#define itkConceptMacro(name, concept)
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
~ComplexToPhaseImageFilter() override=default
Computes pixel-wise the modulus of a complex image.
typename TOutputImage::PixelType OutputPixelType
Functor::ComplexToPhase< typename TInputImage::PixelType, typename TOutputImage::PixelType > FunctorType
~ComplexToPhase()=default
bool operator==(const ComplexToPhase &other) const