OTB  9.0.0
Orfeo Toolbox
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | List of all members
otb::WaveletFilterBank< TInputImage, TOutputImage, TWaveletOperator, Wavelet::INVERSE > Class Template Reference

#include <otbWaveletFilterBank.h>

+ Inheritance diagram for otb::WaveletFilterBank< TInputImage, TOutputImage, TWaveletOperator, Wavelet::INVERSE >:
+ Collaboration diagram for otb::WaveletFilterBank< TInputImage, TOutputImage, TWaveletOperator, Wavelet::INVERSE >:

Public Types

typedef itk::SmartPointer< const SelfConstPointer
 
typedef Wavelet::WaveletDirection DirectionOfTransformationEnumType
 
typedef WaveletOperatorType::HighPassOperator HighPassOperatorType
 
typedef InputImageType::Pointer InputImagePointerType
 
typedef InputImageType::RegionType InputImageRegionType
 
typedef TInputImage InputImageType
 
typedef InputImageType::IndexType InputIndexType
 
typedef InputImageType::PixelType InputPixelType
 
typedef InputImageType::SizeType InputSizeType
 
typedef WaveletOperatorType::LowPassOperator LowPassOperatorType
 
typedef OutputImageType::Pointer OutputImagePointerType
 
typedef OutputImageType::RegionType OutputImageRegionType
 
typedef TOutputImage OutputImageType
 
typedef OutputImageType::IndexType OutputIndexType
 
typedef OutputImageType::PixelType OutputPixelType
 
typedef OutputImageType::SizeType OutputSizeType
 
typedef itk::SmartPointer< SelfPointer
 
typedef WaveletFilterBank Self
 
typedef itk::ImageToImageFilter< TInputImage, TOutputImage > Superclass
 
typedef TWaveletOperator WaveletOperatorType
 

Public Member Functions

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

Static Public Member Functions

static Pointer New ()
 

Static Public Attributes

static const DirectionOfTransformationEnumType DirectionOfTransformation = Wavelet::INVERSE
 
typedef std::vector< OutputImagePointerTypeInternalImagesTabular
 
static const unsigned int InputImageDimension = TInputImage::ImageDimension
 
static const unsigned int OutputImageDimension = TOutputImage::ImageDimension
 
unsigned int m_UpSampleFilterFactor
 
unsigned int m_SubsampleImageFactor
 
std::vector< InternalImagesTabularm_InternalImages
 
virtual unsigned int GetUpSampleFilterFactor ()
 
virtual void SetUpSampleFilterFactor (unsigned int _arg)
 
virtual unsigned int GetSubsampleImageFactor ()
 
virtual void SetSubsampleImageFactor (unsigned int _arg)
 
 WaveletFilterBank ()
 
 ~WaveletFilterBank () override
 
void VerifyInputInformation () override
 
void GenerateOutputInformation () override
 
void GenerateInputRequestedRegion () override
 
void BeforeThreadedGenerateData () override
 
virtual void AllocateInternalData (const OutputImageRegionType &outputRegion)
 
void AfterThreadedGenerateData () override
 
void CallCopyOutputRegionToInputRegion (InputImageRegionType &destRegion, const OutputImageRegionType &srcRegion) override
 
void CallCopyInputRegionToOutputRegion (OutputImageRegionType &destRegion, const InputImageRegionType &srcRegion) override
 
virtual void CallCopyOutputRegionToInputRegion (unsigned int direction, InputImageRegionType &destRegion, const OutputImageRegionType &srcRegion)
 
virtual void CallCopyInputRegionToOutputRegion (unsigned int direction, OutputImageRegionType &destRegion, const InputImageRegionType &srcRegion)
 
void ThreadedGenerateData (const OutputImageRegionType &outputRegionForThread, itk::ThreadIdType threadId) override
 
virtual void ThreadedGenerateDataAtDimensionN (unsigned int direction, itk::ProgressReporter &reporter, const OutputImageRegionType &outputRegionForThread, itk::ThreadIdType threadId)
 
 WaveletFilterBank (const Self &)
 
void operator= (const Self &)
 

Detailed Description

template<class TInputImage, class TOutputImage, class TWaveletOperator>
class otb::WaveletFilterBank< TInputImage, TOutputImage, TWaveletOperator, Wavelet::INVERSE >

Definition at line 338 of file otbWaveletFilterBank.h.

Member Typedef Documentation

◆ ConstPointer

template<class TInputImage , class TOutputImage , class TWaveletOperator >
typedef itk::SmartPointer<const Self> otb::WaveletFilterBank< TInputImage, TOutputImage, TWaveletOperator, Wavelet::INVERSE >::ConstPointer

Definition at line 345 of file otbWaveletFilterBank.h.

◆ DirectionOfTransformationEnumType

template<class TInputImage , class TOutputImage , class TWaveletOperator >
typedef Wavelet::WaveletDirection otb::WaveletFilterBank< TInputImage, TOutputImage, TWaveletOperator, Wavelet::INVERSE >::DirectionOfTransformationEnumType

Definition at line 372 of file otbWaveletFilterBank.h.

◆ HighPassOperatorType

template<class TInputImage , class TOutputImage , class TWaveletOperator >
typedef WaveletOperatorType::HighPassOperator otb::WaveletFilterBank< TInputImage, TOutputImage, TWaveletOperator, Wavelet::INVERSE >::HighPassOperatorType

Definition at line 370 of file otbWaveletFilterBank.h.

◆ InputImagePointerType

template<class TInputImage , class TOutputImage , class TWaveletOperator >
typedef InputImageType::Pointer otb::WaveletFilterBank< TInputImage, TOutputImage, TWaveletOperator, Wavelet::INVERSE >::InputImagePointerType

Definition at line 355 of file otbWaveletFilterBank.h.

◆ InputImageRegionType

template<class TInputImage , class TOutputImage , class TWaveletOperator >
typedef InputImageType::RegionType otb::WaveletFilterBank< TInputImage, TOutputImage, TWaveletOperator, Wavelet::INVERSE >::InputImageRegionType

Definition at line 356 of file otbWaveletFilterBank.h.

◆ InputImageType

template<class TInputImage , class TOutputImage , class TWaveletOperator >
typedef TInputImage otb::WaveletFilterBank< TInputImage, TOutputImage, TWaveletOperator, Wavelet::INVERSE >::InputImageType

Template parameters typedefs

Definition at line 351 of file otbWaveletFilterBank.h.

◆ InputIndexType

template<class TInputImage , class TOutputImage , class TWaveletOperator >
typedef InputImageType::IndexType otb::WaveletFilterBank< TInputImage, TOutputImage, TWaveletOperator, Wavelet::INVERSE >::InputIndexType

Definition at line 358 of file otbWaveletFilterBank.h.

◆ InputPixelType

template<class TInputImage , class TOutputImage , class TWaveletOperator >
typedef InputImageType::PixelType otb::WaveletFilterBank< TInputImage, TOutputImage, TWaveletOperator, Wavelet::INVERSE >::InputPixelType

Definition at line 359 of file otbWaveletFilterBank.h.

◆ InputSizeType

template<class TInputImage , class TOutputImage , class TWaveletOperator >
typedef InputImageType::SizeType otb::WaveletFilterBank< TInputImage, TOutputImage, TWaveletOperator, Wavelet::INVERSE >::InputSizeType

Definition at line 357 of file otbWaveletFilterBank.h.

◆ InternalImagesTabular

template<class TInputImage , class TOutputImage , class TWaveletOperator >
typedef std::vector<OutputImagePointerType> otb::WaveletFilterBank< TInputImage, TOutputImage, TWaveletOperator, Wavelet::INVERSE >::InternalImagesTabular
private

the easiest way to store internal images is to keep track of the splits at each direction. Then, std::vector< InternalImagesTabular > is a tab of size ImageDimension-1 and each InternalImagesTabular contains intermediate images. Internal images are used for multiresolution case only.

Definition at line 480 of file otbWaveletFilterBank.h.

◆ LowPassOperatorType

template<class TInputImage , class TOutputImage , class TWaveletOperator >
typedef WaveletOperatorType::LowPassOperator otb::WaveletFilterBank< TInputImage, TOutputImage, TWaveletOperator, Wavelet::INVERSE >::LowPassOperatorType

Definition at line 369 of file otbWaveletFilterBank.h.

◆ OutputImagePointerType

template<class TInputImage , class TOutputImage , class TWaveletOperator >
typedef OutputImageType::Pointer otb::WaveletFilterBank< TInputImage, TOutputImage, TWaveletOperator, Wavelet::INVERSE >::OutputImagePointerType

Definition at line 362 of file otbWaveletFilterBank.h.

◆ OutputImageRegionType

template<class TInputImage , class TOutputImage , class TWaveletOperator >
typedef OutputImageType::RegionType otb::WaveletFilterBank< TInputImage, TOutputImage, TWaveletOperator, Wavelet::INVERSE >::OutputImageRegionType

Definition at line 363 of file otbWaveletFilterBank.h.

◆ OutputImageType

template<class TInputImage , class TOutputImage , class TWaveletOperator >
typedef TOutputImage otb::WaveletFilterBank< TInputImage, TOutputImage, TWaveletOperator, Wavelet::INVERSE >::OutputImageType

Definition at line 361 of file otbWaveletFilterBank.h.

◆ OutputIndexType

template<class TInputImage , class TOutputImage , class TWaveletOperator >
typedef OutputImageType::IndexType otb::WaveletFilterBank< TInputImage, TOutputImage, TWaveletOperator, Wavelet::INVERSE >::OutputIndexType

Definition at line 365 of file otbWaveletFilterBank.h.

◆ OutputPixelType

template<class TInputImage , class TOutputImage , class TWaveletOperator >
typedef OutputImageType::PixelType otb::WaveletFilterBank< TInputImage, TOutputImage, TWaveletOperator, Wavelet::INVERSE >::OutputPixelType

Definition at line 366 of file otbWaveletFilterBank.h.

◆ OutputSizeType

template<class TInputImage , class TOutputImage , class TWaveletOperator >
typedef OutputImageType::SizeType otb::WaveletFilterBank< TInputImage, TOutputImage, TWaveletOperator, Wavelet::INVERSE >::OutputSizeType

Definition at line 364 of file otbWaveletFilterBank.h.

◆ Pointer

template<class TInputImage , class TOutputImage , class TWaveletOperator >
typedef itk::SmartPointer<Self> otb::WaveletFilterBank< TInputImage, TOutputImage, TWaveletOperator, Wavelet::INVERSE >::Pointer

Definition at line 344 of file otbWaveletFilterBank.h.

◆ Self

template<class TInputImage , class TOutputImage , class TWaveletOperator >
typedef WaveletFilterBank otb::WaveletFilterBank< TInputImage, TOutputImage, TWaveletOperator, Wavelet::INVERSE >::Self

Standard typedefs

Definition at line 342 of file otbWaveletFilterBank.h.

◆ Superclass

template<class TInputImage , class TOutputImage , class TWaveletOperator >
typedef itk::ImageToImageFilter<TInputImage, TOutputImage> otb::WaveletFilterBank< TInputImage, TOutputImage, TWaveletOperator, Wavelet::INVERSE >::Superclass

Definition at line 343 of file otbWaveletFilterBank.h.

◆ WaveletOperatorType

template<class TInputImage , class TOutputImage , class TWaveletOperator >
typedef TWaveletOperator otb::WaveletFilterBank< TInputImage, TOutputImage, TWaveletOperator, Wavelet::INVERSE >::WaveletOperatorType

Definition at line 368 of file otbWaveletFilterBank.h.

Constructor & Destructor Documentation

◆ WaveletFilterBank() [1/2]

template<class TInputImage , class TOutputImage , class TWaveletOperator >
otb::WaveletFilterBank< TInputImage, TOutputImage, TWaveletOperator, Wavelet::INVERSE >::WaveletFilterBank
protected

Template Specialization for the Wavelet::INVERSE case

Definition at line 578 of file otbWaveletFilterBank.hxx.

◆ ~WaveletFilterBank()

template<class TInputImage , class TOutputImage , class TWaveletOperator >
otb::WaveletFilterBank< TInputImage, TOutputImage, TWaveletOperator, Wavelet::INVERSE >::~WaveletFilterBank ( )
inlineoverrideprotected

the easiest way to store internal images is to keep track of the splits at each direction. Then, std::vector< InternalImagesTabular > is a tab of size ImageDimension-1 and each InternalImagesTabular contains intermediate images. Internal images are used for multiresolution case only.

Definition at line 400 of file otbWaveletFilterBank.h.

◆ WaveletFilterBank() [2/2]

template<class TInputImage , class TOutputImage , class TWaveletOperator >
otb::WaveletFilterBank< TInputImage, TOutputImage, TWaveletOperator, Wavelet::INVERSE >::WaveletFilterBank ( const Self )
private

the easiest way to store internal images is to keep track of the splits at each direction. Then, std::vector< InternalImagesTabular > is a tab of size ImageDimension-1 and each InternalImagesTabular contains intermediate images. Internal images are used for multiresolution case only.

Member Function Documentation

◆ AfterThreadedGenerateData()

template<class TInputImage , class TOutputImage , class TWaveletOperator >
void otb::WaveletFilterBank< TInputImage, TOutputImage, TWaveletOperator, Wavelet::INVERSE >::AfterThreadedGenerateData
overrideprotected

AfterThreadedGenerateData. It enforce memory destruction of internal images

Definition at line 706 of file otbWaveletFilterBank.hxx.

◆ AllocateInternalData()

template<class TInputImage , class TOutputImage , class TWaveletOperator >
void otb::WaveletFilterBank< TInputImage, TOutputImage, TWaveletOperator, Wavelet::INVERSE >::AllocateInternalData ( const OutputImageRegionType outputRegion)
protectedvirtual

Internal Data Allocation If m_SubsampleImageFactor != 1, internal data with progressive region size subsampling if required...

Definition at line 684 of file otbWaveletFilterBank.hxx.

◆ BeforeThreadedGenerateData()

template<class TInputImage , class TOutputImage , class TWaveletOperator >
void otb::WaveletFilterBank< TInputImage, TOutputImage, TWaveletOperator, Wavelet::INVERSE >::BeforeThreadedGenerateData
overrideprotected

BeforeThreadedGenerateData If SubsampleImageFactor neq 1, it is necessary to up sample input images in the Wavelet::INVERSE mode

Definition at line 663 of file otbWaveletFilterBank.hxx.

◆ CallCopyInputRegionToOutputRegion() [1/2]

template<class TInputImage , class TOutputImage , class TWaveletOperator >
void otb::WaveletFilterBank< TInputImage, TOutputImage, TWaveletOperator, Wavelet::INVERSE >::CallCopyInputRegionToOutputRegion ( OutputImageRegionType destRegion,
const InputImageRegionType srcRegion 
)
overrideprotected

the easiest way to store internal images is to keep track of the splits at each direction. Then, std::vector< InternalImagesTabular > is a tab of size ImageDimension-1 and each InternalImagesTabular contains intermediate images. Internal images are used for multiresolution case only.

Definition at line 778 of file otbWaveletFilterBank.hxx.

◆ CallCopyInputRegionToOutputRegion() [2/2]

template<class TInputImage , class TOutputImage , class TWaveletOperator >
void otb::WaveletFilterBank< TInputImage, TOutputImage, TWaveletOperator, Wavelet::INVERSE >::CallCopyInputRegionToOutputRegion ( unsigned int  direction,
OutputImageRegionType destRegion,
const InputImageRegionType srcRegion 
)
protectedvirtual

the easiest way to store internal images is to keep track of the splits at each direction. Then, std::vector< InternalImagesTabular > is a tab of size ImageDimension-1 and each InternalImagesTabular contains intermediate images. Internal images are used for multiresolution case only.

Definition at line 838 of file otbWaveletFilterBank.hxx.

◆ CallCopyOutputRegionToInputRegion() [1/2]

template<class TInputImage , class TOutputImage , class TWaveletOperator >
void otb::WaveletFilterBank< TInputImage, TOutputImage, TWaveletOperator, Wavelet::INVERSE >::CallCopyOutputRegionToInputRegion ( InputImageRegionType destRegion,
const OutputImageRegionType srcRegion 
)
overrideprotected

CallCopyOutputRegionToInputRegion Since input and output image may be of different size when a subsampling factor has tp be applied, Region estimation functions has to be reimplemented

Definition at line 715 of file otbWaveletFilterBank.hxx.

◆ CallCopyOutputRegionToInputRegion() [2/2]

template<class TInputImage , class TOutputImage , class TWaveletOperator >
void otb::WaveletFilterBank< TInputImage, TOutputImage, TWaveletOperator, Wavelet::INVERSE >::CallCopyOutputRegionToInputRegion ( unsigned int  direction,
InputImageRegionType destRegion,
const OutputImageRegionType srcRegion 
)
protectedvirtual

CallCopyOutputRegionToInputRegion This function is also redefined in order to adapt the shape of the regions with resect to the direction (among the dimensions) of the filtering.

Definition at line 803 of file otbWaveletFilterBank.hxx.

◆ CreateAnother()

template<class TInputImage , class TOutputImage , class TWaveletOperator >
virtual::itk::LightObject::Pointer otb::WaveletFilterBank< TInputImage, TOutputImage, TWaveletOperator, Wavelet::INVERSE >::CreateAnother ( void  ) const

◆ GenerateInputRequestedRegion()

template<class TInputImage , class TOutputImage , class TWaveletOperator >
void otb::WaveletFilterBank< TInputImage, TOutputImage, TWaveletOperator, Wavelet::INVERSE >::GenerateInputRequestedRegion
overrideprotected

The inverse transformation needs larger inputs requested region than the output requested region (larger by subsampling but also by the kernel size used in the filter bank).

Then, the class needs to provide an implementation for GenerateInputRequestedRegion() in order to inform the pipeline execution model.

See also
ImageToImageFilter::GenerateInputRequestedRegion()

Definition at line 619 of file otbWaveletFilterBank.hxx.

◆ GenerateOutputInformation()

template<class TInputImage , class TOutputImage , class TWaveletOperator >
void otb::WaveletFilterBank< TInputImage, TOutputImage, TWaveletOperator, Wavelet::INVERSE >::GenerateOutputInformation
overrideprotected

GenerateOutputInformation Set the size of the output image depending on the decimation factor Copy information from the input image if existing.

Definition at line 591 of file otbWaveletFilterBank.hxx.

References otbGenericMsgDebugMacro.

◆ GetNameOfClass()

template<class TInputImage , class TOutputImage , class TWaveletOperator >
virtual const char* otb::WaveletFilterBank< TInputImage, TOutputImage, TWaveletOperator, Wavelet::INVERSE >::GetNameOfClass ( ) const
virtual

Creation through object factory macro

◆ GetSubsampleImageFactor()

template<class TInputImage , class TOutputImage , class TWaveletOperator >
virtual unsigned int otb::WaveletFilterBank< TInputImage, TOutputImage, TWaveletOperator, Wavelet::INVERSE >::GetSubsampleImageFactor ( )
virtual

Set/Get the level of down sampling of the image used in forward algorithm. (or upsampling in the inverse case)

In this implementation, we are dealing with M-band decomposition then m_SubsampleImageFactor is most likely to be 1 or 2... but in any case integer and not real...

◆ GetUpSampleFilterFactor()

template<class TInputImage , class TOutputImage , class TWaveletOperator >
virtual unsigned int otb::WaveletFilterBank< TInputImage, TOutputImage, TWaveletOperator, Wavelet::INVERSE >::GetUpSampleFilterFactor ( )
virtual

Set/Get the level of up sampling of the filter used in the A-trou algorithm.

◆ New()

template<class TInputImage , class TOutputImage , class TWaveletOperator >
static Pointer otb::WaveletFilterBank< TInputImage, TOutputImage, TWaveletOperator, Wavelet::INVERSE >::New ( )
static

Type macro

◆ operator=()

template<class TInputImage , class TOutputImage , class TWaveletOperator >
void otb::WaveletFilterBank< TInputImage, TOutputImage, TWaveletOperator, Wavelet::INVERSE >::operator= ( const Self )
private

the easiest way to store internal images is to keep track of the splits at each direction. Then, std::vector< InternalImagesTabular > is a tab of size ImageDimension-1 and each InternalImagesTabular contains intermediate images. Internal images are used for multiresolution case only.

◆ SetSubsampleImageFactor()

template<class TInputImage , class TOutputImage , class TWaveletOperator >
virtual void otb::WaveletFilterBank< TInputImage, TOutputImage, TWaveletOperator, Wavelet::INVERSE >::SetSubsampleImageFactor ( unsigned int  _arg)
virtual

the easiest way to store internal images is to keep track of the splits at each direction. Then, std::vector< InternalImagesTabular > is a tab of size ImageDimension-1 and each InternalImagesTabular contains intermediate images. Internal images are used for multiresolution case only.

◆ SetUpSampleFilterFactor()

template<class TInputImage , class TOutputImage , class TWaveletOperator >
virtual void otb::WaveletFilterBank< TInputImage, TOutputImage, TWaveletOperator, Wavelet::INVERSE >::SetUpSampleFilterFactor ( unsigned int  _arg)
virtual

the easiest way to store internal images is to keep track of the splits at each direction. Then, std::vector< InternalImagesTabular > is a tab of size ImageDimension-1 and each InternalImagesTabular contains intermediate images. Internal images are used for multiresolution case only.

◆ ThreadedGenerateData()

template<class TInputImage , class TOutputImage , class TWaveletOperator >
void otb::WaveletFilterBank< TInputImage, TOutputImage, TWaveletOperator, Wavelet::INVERSE >::ThreadedGenerateData ( const OutputImageRegionType outputRegionForThread,
itk::ThreadIdType  threadId 
)
overrideprotected

Generate data redefinition

Definition at line 872 of file otbWaveletFilterBank.hxx.

◆ ThreadedGenerateDataAtDimensionN()

template<class TInputImage , class TOutputImage , class TWaveletOperator >
void otb::WaveletFilterBank< TInputImage, TOutputImage, TWaveletOperator, Wavelet::INVERSE >::ThreadedGenerateDataAtDimensionN ( unsigned int  direction,
itk::ProgressReporter &  reporter,
const OutputImageRegionType outputRegionForThread,
itk::ThreadIdType  threadId 
)
protectedvirtual

Iterative call to the forward filter bank at each dimension. Used for the multiresolution case only.

Definition at line 1038 of file otbWaveletFilterBank.hxx.

◆ VerifyInputInformation()

template<class TInputImage , class TOutputImage , class TWaveletOperator >
void otb::WaveletFilterBank< TInputImage, TOutputImage, TWaveletOperator, Wavelet::INVERSE >::VerifyInputInformation ( )
inlineoverrideprotected

the easiest way to store internal images is to keep track of the splits at each direction. Then, std::vector< InternalImagesTabular > is a tab of size ImageDimension-1 and each InternalImagesTabular contains intermediate images. Internal images are used for multiresolution case only.

Definition at line 404 of file otbWaveletFilterBank.h.

Member Data Documentation

◆ DirectionOfTransformation

template<class TInputImage , class TOutputImage , class TWaveletOperator >
const DirectionOfTransformationEnumType otb::WaveletFilterBank< TInputImage, TOutputImage, TWaveletOperator, Wavelet::INVERSE >::DirectionOfTransformation = Wavelet::INVERSE
static

Definition at line 373 of file otbWaveletFilterBank.h.

◆ InputImageDimension

template<class TInputImage , class TOutputImage , class TWaveletOperator >
const unsigned int otb::WaveletFilterBank< TInputImage, TOutputImage, TWaveletOperator, Wavelet::INVERSE >::InputImageDimension = TInputImage::ImageDimension
static

Dimension

Definition at line 376 of file otbWaveletFilterBank.h.

◆ m_InternalImages

template<class TInputImage , class TOutputImage , class TWaveletOperator >
std::vector<InternalImagesTabular> otb::WaveletFilterBank< TInputImage, TOutputImage, TWaveletOperator, Wavelet::INVERSE >::m_InternalImages
private

the easiest way to store internal images is to keep track of the splits at each direction. Then, std::vector< InternalImagesTabular > is a tab of size ImageDimension-1 and each InternalImagesTabular contains intermediate images. Internal images are used for multiresolution case only.

Definition at line 481 of file otbWaveletFilterBank.h.

◆ m_SubsampleImageFactor

template<class TInputImage , class TOutputImage , class TWaveletOperator >
unsigned int otb::WaveletFilterBank< TInputImage, TOutputImage, TWaveletOperator, Wavelet::INVERSE >::m_SubsampleImageFactor
private

the easiest way to store internal images is to keep track of the splits at each direction. Then, std::vector< InternalImagesTabular > is a tab of size ImageDimension-1 and each InternalImagesTabular contains intermediate images. Internal images are used for multiresolution case only.

Definition at line 473 of file otbWaveletFilterBank.h.

◆ m_UpSampleFilterFactor

template<class TInputImage , class TOutputImage , class TWaveletOperator >
unsigned int otb::WaveletFilterBank< TInputImage, TOutputImage, TWaveletOperator, Wavelet::INVERSE >::m_UpSampleFilterFactor
private

the easiest way to store internal images is to keep track of the splits at each direction. Then, std::vector< InternalImagesTabular > is a tab of size ImageDimension-1 and each InternalImagesTabular contains intermediate images. Internal images are used for multiresolution case only.

Definition at line 472 of file otbWaveletFilterBank.h.

◆ OutputImageDimension

template<class TInputImage , class TOutputImage , class TWaveletOperator >
const unsigned int otb::WaveletFilterBank< TInputImage, TOutputImage, TWaveletOperator, Wavelet::INVERSE >::OutputImageDimension = TOutputImage::ImageDimension
static

the easiest way to store internal images is to keep track of the splits at each direction. Then, std::vector< InternalImagesTabular > is a tab of size ImageDimension-1 and each InternalImagesTabular contains intermediate images. Internal images are used for multiresolution case only.

Definition at line 377 of file otbWaveletFilterBank.h.


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