OTB  10.0.0
Orfeo Toolbox
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Member Functions | List of all members
otb::ComplexToIntensityImageFilter< TInputImage, TOutputImage > Class Template Reference

#include <otbComplexToIntensityImageFilter.h>

+ Inheritance diagram for otb::ComplexToIntensityImageFilter< TInputImage, TOutputImage >:
+ Collaboration diagram for otb::ComplexToIntensityImageFilter< TInputImage, TOutputImage >:

Public Types

using ConstPointer = itk::SmartPointer< const Self >
 
using InputPixelType = typename TInputImage::PixelType
 
using InputPixelValueType = typename itk::NumericTraits< InputPixelType >::ValueType
 
using OutputPixelType = typename TOutputImage::PixelType
 
using Pointer = itk::SmartPointer< Self >
 
using Self = ComplexToIntensityImageFilter
 
using Superclass = itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::ComplexToIntensity< typename TInputImage::PixelType, typename TOutputImage::PixelType > >
 

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
 
virtual const char * GetNameOfClass () const
 
 typedef (itk::Concept::Convertible< InputPixelValueType, OutputPixelType >) InputConvertibleToOutputCheck
 

Static Public Member Functions

static Pointer New ()
 

Protected Member Functions

 ComplexToIntensityImageFilter ()=default
 
 ~ComplexToIntensityImageFilter () override=default
 

Private Member Functions

 ComplexToIntensityImageFilter (const Self &)=delete
 
void operator= (const Self &)=delete
 

Detailed Description

template<class TInputImage, class TOutputImage>
class otb::ComplexToIntensityImageFilter< TInputImage, TOutputImage >

Computes pixel-wise the intensity of a complex image.

See also
ComplexToPhaseImageFilter ComplexToModulusImageFilter

Definition at line 68 of file otbComplexToIntensityImageFilter.h.

Member Typedef Documentation

◆ ConstPointer

template<class TInputImage , class TOutputImage >
using otb::ComplexToIntensityImageFilter< TInputImage, TOutputImage >::ConstPointer = itk::SmartPointer<const Self>

Definition at line 78 of file otbComplexToIntensityImageFilter.h.

◆ InputPixelType

template<class TInputImage , class TOutputImage >
using otb::ComplexToIntensityImageFilter< TInputImage, TOutputImage >::InputPixelType = typename TInputImage::PixelType

Definition at line 86 of file otbComplexToIntensityImageFilter.h.

◆ InputPixelValueType

template<class TInputImage , class TOutputImage >
using otb::ComplexToIntensityImageFilter< TInputImage, TOutputImage >::InputPixelValueType = typename itk::NumericTraits<InputPixelType>::ValueType

Definition at line 88 of file otbComplexToIntensityImageFilter.h.

◆ OutputPixelType

template<class TInputImage , class TOutputImage >
using otb::ComplexToIntensityImageFilter< TInputImage, TOutputImage >::OutputPixelType = typename TOutputImage::PixelType

Definition at line 87 of file otbComplexToIntensityImageFilter.h.

◆ Pointer

template<class TInputImage , class TOutputImage >
using otb::ComplexToIntensityImageFilter< TInputImage, TOutputImage >::Pointer = itk::SmartPointer<Self>

Definition at line 77 of file otbComplexToIntensityImageFilter.h.

◆ Self

template<class TInputImage , class TOutputImage >
using otb::ComplexToIntensityImageFilter< TInputImage, TOutputImage >::Self = ComplexToIntensityImageFilter

Standard class typedefs.

Definition at line 74 of file otbComplexToIntensityImageFilter.h.

◆ Superclass

template<class TInputImage , class TOutputImage >
using otb::ComplexToIntensityImageFilter< TInputImage, TOutputImage >::Superclass = itk::UnaryFunctorImageFilter<TInputImage, TOutputImage, Function::ComplexToIntensity<typename TInputImage::PixelType, typename TOutputImage::PixelType> >

Definition at line 75 of file otbComplexToIntensityImageFilter.h.

Constructor & Destructor Documentation

◆ ComplexToIntensityImageFilter() [1/2]

template<class TInputImage , class TOutputImage >
otb::ComplexToIntensityImageFilter< TInputImage, TOutputImage >::ComplexToIntensityImageFilter ( )
protecteddefault

End concept checking

◆ ~ComplexToIntensityImageFilter()

template<class TInputImage , class TOutputImage >
otb::ComplexToIntensityImageFilter< TInputImage, TOutputImage >::~ComplexToIntensityImageFilter ( )
overrideprotecteddefault

◆ ComplexToIntensityImageFilter() [2/2]

template<class TInputImage , class TOutputImage >
otb::ComplexToIntensityImageFilter< TInputImage, TOutputImage >::ComplexToIntensityImageFilter ( const Self )
privatedelete

Member Function Documentation

◆ CreateAnother()

template<class TInputImage , class TOutputImage >
virtual::itk::LightObject::Pointer otb::ComplexToIntensityImageFilter< TInputImage, TOutputImage >::CreateAnother ( void  ) const

◆ GetNameOfClass()

template<class TInputImage , class TOutputImage >
virtual const char* otb::ComplexToIntensityImageFilter< TInputImage, TOutputImage >::GetNameOfClass ( ) const
virtual

Runtime information support.

◆ New()

template<class TInputImage , class TOutputImage >
static Pointer otb::ComplexToIntensityImageFilter< TInputImage, TOutputImage >::New ( )
static

Method for creation through the object factory.

◆ operator=()

template<class TInputImage , class TOutputImage >
void otb::ComplexToIntensityImageFilter< TInputImage, TOutputImage >::operator= ( const Self )
privatedelete

◆ typedef()

template<class TInputImage , class TOutputImage >
otb::ComplexToIntensityImageFilter< TInputImage, TOutputImage >::typedef ( itk::Concept::Convertible< InputPixelValueType, OutputPixelType )

Begin concept checking This class requires InputConvertibleToOutputCheck in the form of (itk::Concept::Convertible<InputPixelValueType, OutputPixelType>)


The documentation for this class was generated from the following file: