Go to the documentation of this file.
18 #ifndef sitkComplexToPhaseImageFilter_h
19 #define sitkComplexToPhaseImageFilter_h
57 std::string
GetName()
const {
return std::string (
"ComplexToPhaseImageFilter"); }
60 std::string ToString()
const;
74 template <
class TImageType>
Image ExecuteInternal (
const Image& image1 );
79 std::unique_ptr<detail::MemberFunctionFactory<MemberFunctionType> >
m_MemberFactory;
83 bool m_InPlace{
false};
The Image class for SimpleITK.
std::unique_ptr< detail::MemberFunctionFactory< MemberFunctionType > > m_MemberFactory
Computes pixel-wise the modulus of a complex image.
std::string GetName() const
Image(Self::*)(const Image &image1) MemberFunctionType
#define SITKBasicFilters_EXPORT
ComplexPixelIDTypeList PixelIDTypeList
The base interface for SimpleITK filters that take one input image.
typelist2::typelist< BasicPixelID< std::complex< float > >, BasicPixelID< std::complex< double > >> ComplexPixelIDTypeList
Image ComplexToPhase(Image &&image1)
Computes pixel-wise the modulus of a complex image.