![]() |
OTB
10.0.0
Orfeo Toolbox
|
#include <otbComplexToIntensityImageFilter.h>
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 |
Computes pixel-wise the intensity of a complex image.
Definition at line 68 of file otbComplexToIntensityImageFilter.h.
using otb::ComplexToIntensityImageFilter< TInputImage, TOutputImage >::ConstPointer = itk::SmartPointer<const Self> |
Definition at line 78 of file otbComplexToIntensityImageFilter.h.
using otb::ComplexToIntensityImageFilter< TInputImage, TOutputImage >::InputPixelType = typename TInputImage::PixelType |
Definition at line 86 of file otbComplexToIntensityImageFilter.h.
using otb::ComplexToIntensityImageFilter< TInputImage, TOutputImage >::InputPixelValueType = typename itk::NumericTraits<InputPixelType>::ValueType |
Definition at line 88 of file otbComplexToIntensityImageFilter.h.
using otb::ComplexToIntensityImageFilter< TInputImage, TOutputImage >::OutputPixelType = typename TOutputImage::PixelType |
Definition at line 87 of file otbComplexToIntensityImageFilter.h.
using otb::ComplexToIntensityImageFilter< TInputImage, TOutputImage >::Pointer = itk::SmartPointer<Self> |
Definition at line 77 of file otbComplexToIntensityImageFilter.h.
using otb::ComplexToIntensityImageFilter< TInputImage, TOutputImage >::Self = ComplexToIntensityImageFilter |
Standard class typedefs.
Definition at line 74 of file otbComplexToIntensityImageFilter.h.
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.
|
protecteddefault |
End concept checking
|
overrideprotecteddefault |
|
privatedelete |
virtual::itk::LightObject::Pointer otb::ComplexToIntensityImageFilter< TInputImage, TOutputImage >::CreateAnother | ( | void | ) | const |
|
virtual |
Runtime information support.
|
static |
Method for creation through the object factory.
|
privatedelete |
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>)