OTB  9.0.0
Orfeo Toolbox
Public Types | Public Member Functions | Static Public Member Functions | List of all members
otb::WaveletPacketTransform< TInputImage, TOutputImage, TFilter, TDirectionOfTransformation, TCost > Class Template Reference

#include <otbWaveletPacketTransform.h>

+ Inheritance diagram for otb::WaveletPacketTransform< TInputImage, TOutputImage, TFilter, TDirectionOfTransformation, TCost >:
+ Collaboration diagram for otb::WaveletPacketTransform< TInputImage, TOutputImage, TFilter, TDirectionOfTransformation, TCost >:

Public Types

typedef itk::SmartPointer< const SelfConstPointer
 
typedef itk::SmartPointer< SelfPointer
 
typedef WaveletPacketTransform Self
 
typedef itk::ImageSource< TOutputImage > Superclass
 

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
 
virtual const char * GetNameOfClass () const
 

Static Public Member Functions

static Pointer New ()
 
 WaveletPacketTransform ()
 
virtual ~WaveletPacketTransform ()
 
 WaveletPacketTransform (const Self &)
 
void operator= (const Self &)
 

Detailed Description

template<class TInputImage, class TOutputImage, class TFilter, Wavelet::WaveletDirection TDirectionOfTransformation, class TCost = FullyDecomposedWaveletPacketCost<TInputImage>>
class otb::WaveletPacketTransform< TInputImage, TOutputImage, TFilter, TDirectionOfTransformation, TCost >

Wavelet packet transformation framework.

Wavelet packet inverse transformation framework.

Wavelet packet forward transformation framework.

This class defines the Wavelet Packet transformation of an image by using a (templated) elementary wavelet transform and (templated) cost criteria to stop the decomposition.

It yields a list of images on the Wavelet::FORWARD decomposition. Conversely, it takes an image list but yield a single list on the Wavelet::INVERSE transformation. Hence, the Forward vs Inverse transformation has been split into two classes (templated with otb::Wavelet::FORWARD and otb::Wavelet::INVERSE). The Forward class comes from ImageToImageListFilter while the latter comes from a ImageListToImageFilter. Thse two classes have specific declaration and implementation.

The user is supposed to initialize Cost properly (through GetCost() macro) depending on its type before calling an Update(). The Cost class has to contain a New() and Evaluate() function.

See also
FullyDecomposedWaveletPacketCost
WaveletFilterBank
WaveletTransform

This class defines the Wavelet Packet transformation of an image by using a (templated) elementary wavelet transform and (templated) cost criteria to stop the decomposition.

It yields a list of images on the Wavelet::FORWARD decomposition. Conversely, it takes an image list but yield a single list on the Wavelet::INVERSE transformation. Hence, the Forward vs Inverse transformation has been split into two classes (templated with otb::Wavelet::FORWARD and otb::Wavelet::INVERSE). The Forward class comes from ImageToImageListFilter while the latter comes from a ImageListToImageFilter. Thse two classes have specific declaration and implementation.

The user is supposed to initialize Cost properly (through GetCost() macro) depending on its type before calling an Update(). The Cost class has to contain a New() and Evaluate() function.

This is the specific declaration of the Forward transformation.

See also
FullyDecomposedWaveletPacketCost
WaveletFilterBank
WaveletTransform

This class defines the Wavelet Packet transformation of an image by using a (templated) elementary wavelet transform and (templated) cost criteria to stop the decomposition.

It yields a list of images on the Wavelet::FORWARD decomposition. Conversely, it takes an image list but yield a single list on the Wavelet::INVERSE transformation. Hence, the Forward vs Inverse transformation has been split into two classes (templated with otb::Wavelet::FORWARD and otb::Wavelet::INVERSE). The Forward class comes from ImageToImageListFilter while the latter comes from a ImageListToImageFilter. Thse two classes have specific declaration and implementation.

This is the specific declaration of the Inverse transformation.

In this specialization, the Cost template class is not useful and then declared to as FullyDecomposedWaveletPacketCost.

See also
FullyDecomposedWaveletPacketCost
WaveletFilterBank
WaveletTransform

Definition at line 64 of file otbWaveletPacketTransform.h.

Member Typedef Documentation

◆ ConstPointer

template<class TInputImage , class TOutputImage , class TFilter , Wavelet::WaveletDirection TDirectionOfTransformation, class TCost = FullyDecomposedWaveletPacketCost<TInputImage>>
typedef itk::SmartPointer<const Self> otb::WaveletPacketTransform< TInputImage, TOutputImage, TFilter, TDirectionOfTransformation, TCost >::ConstPointer

Definition at line 71 of file otbWaveletPacketTransform.h.

◆ Pointer

template<class TInputImage , class TOutputImage , class TFilter , Wavelet::WaveletDirection TDirectionOfTransformation, class TCost = FullyDecomposedWaveletPacketCost<TInputImage>>
typedef itk::SmartPointer<Self> otb::WaveletPacketTransform< TInputImage, TOutputImage, TFilter, TDirectionOfTransformation, TCost >::Pointer

Definition at line 70 of file otbWaveletPacketTransform.h.

◆ Self

template<class TInputImage , class TOutputImage , class TFilter , Wavelet::WaveletDirection TDirectionOfTransformation, class TCost = FullyDecomposedWaveletPacketCost<TInputImage>>
typedef WaveletPacketTransform otb::WaveletPacketTransform< TInputImage, TOutputImage, TFilter, TDirectionOfTransformation, TCost >::Self

Standard typedefs

Definition at line 68 of file otbWaveletPacketTransform.h.

◆ Superclass

template<class TInputImage , class TOutputImage , class TFilter , Wavelet::WaveletDirection TDirectionOfTransformation, class TCost = FullyDecomposedWaveletPacketCost<TInputImage>>
typedef itk::ImageSource<TOutputImage> otb::WaveletPacketTransform< TInputImage, TOutputImage, TFilter, TDirectionOfTransformation, TCost >::Superclass

Definition at line 69 of file otbWaveletPacketTransform.h.

Constructor & Destructor Documentation

◆ WaveletPacketTransform() [1/2]

template<class TInputImage , class TOutputImage , class TFilter , Wavelet::WaveletDirection TDirectionOfTransformation, class TCost = FullyDecomposedWaveletPacketCost<TInputImage>>
otb::WaveletPacketTransform< TInputImage, TOutputImage, TFilter, TDirectionOfTransformation, TCost >::WaveletPacketTransform ( )
protected

But this class cannot do any thing! No constructor is implemented

◆ ~WaveletPacketTransform()

template<class TInputImage , class TOutputImage , class TFilter , Wavelet::WaveletDirection TDirectionOfTransformation, class TCost = FullyDecomposedWaveletPacketCost<TInputImage>>
virtual otb::WaveletPacketTransform< TInputImage, TOutputImage, TFilter, TDirectionOfTransformation, TCost >::~WaveletPacketTransform ( )
protectedvirtual

But this class cannot do any thing! No constructor is implemented

◆ WaveletPacketTransform() [2/2]

template<class TInputImage , class TOutputImage , class TFilter , Wavelet::WaveletDirection TDirectionOfTransformation, class TCost = FullyDecomposedWaveletPacketCost<TInputImage>>
otb::WaveletPacketTransform< TInputImage, TOutputImage, TFilter, TDirectionOfTransformation, TCost >::WaveletPacketTransform ( const Self )
private

But this class cannot do any thing! No constructor is implemented

Member Function Documentation

◆ CreateAnother()

template<class TInputImage , class TOutputImage , class TFilter , Wavelet::WaveletDirection TDirectionOfTransformation, class TCost = FullyDecomposedWaveletPacketCost<TInputImage>>
virtual::itk::LightObject::Pointer otb::WaveletPacketTransform< TInputImage, TOutputImage, TFilter, TDirectionOfTransformation, TCost >::CreateAnother ( void  ) const

◆ GetNameOfClass()

template<class TInputImage , class TOutputImage , class TFilter , Wavelet::WaveletDirection TDirectionOfTransformation, class TCost = FullyDecomposedWaveletPacketCost<TInputImage>>
virtual const char* otb::WaveletPacketTransform< TInputImage, TOutputImage, TFilter, TDirectionOfTransformation, TCost >::GetNameOfClass ( ) const
virtual

Creation through object factory macro

◆ New()

template<class TInputImage , class TOutputImage , class TFilter , Wavelet::WaveletDirection TDirectionOfTransformation, class TCost = FullyDecomposedWaveletPacketCost<TInputImage>>
static Pointer otb::WaveletPacketTransform< TInputImage, TOutputImage, TFilter, TDirectionOfTransformation, TCost >::New ( )
static

Type macro

◆ operator=()

template<class TInputImage , class TOutputImage , class TFilter , Wavelet::WaveletDirection TDirectionOfTransformation, class TCost = FullyDecomposedWaveletPacketCost<TInputImage>>
void otb::WaveletPacketTransform< TInputImage, TOutputImage, TFilter, TDirectionOfTransformation, TCost >::operator= ( const Self )
private

But this class cannot do any thing! No constructor is implemented


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