te::rp::WisperFusion Class Reference

Fusion of a low-resolution multi-band image with a high resolution image using the WiSpeR method. More...

#include <WisperFusion.h>

Inheritance diagram for te::rp::WisperFusion:
te::rp::Algorithm

Classes

class  InputParameters
 WisperFusion input parameters. More...
 
class  OutputParameters
 WisperFusion output parameters. More...
 

Public Member Functions

bool execute (AlgorithmOutputParameters &outputParams) throw ( te::rp::Exception )
 Executes the algorithm using the supplied parameters. More...
 
bool initialize (const AlgorithmInputParameters &inputParams) throw ( te::rp::Exception )
 Initialize the algorithm instance making it ready for execution. More...
 
bool isInitialized () const
 Returns true if the algorithm instance is initialized and ready for execution. More...
 
void reset () throw ( te::rp::Exception )
 Clear all internal allocated objects and reset the algorithm to its initial state. More...
 
 WisperFusion ()
 
 ~WisperFusion ()
 

Protected Attributes

InputParameters m_inputParameters
 Input execution parameters. More...
 
bool m_isInitialized
 Tells if this instance is initialized. More...
 

Detailed Description

Fusion of a low-resolution multi-band image with a high resolution image using the WiSpeR method.

Note
This algorithm expects both images to be aligned over the same geographic region. No reprojection or crop operations are performed.
Reference: OTAZU, X.; GONZALEZ-AUDICANA, M.; FORS, O.; NUNEZ, J. Introduction of sensor spectral response into image fusion methods. application to wavelet-based methods. IEEE Transactions on Geoscience and Remote Sensing, v. 43, n. 10, p. 2376{2385, Oct. 2005. 21, 26, 36, 40.
Reference: GONZALEZ-AUDICANA, M.; OTAZU, X.; FORS, O.; SECO, A. Comparison between Mallat's and the 'a trous' discrete wavelet transform based algorithms for the fusion of multispectral and panchromatic images. International Journal of Remote Sensing, Taylor & Francis, v. 26, n. 3, p. 595{614, 2005. 33.
The spectral response functions must be in the form std::pair< double, double >( wavelength , response );

Definition at line 57 of file WisperFusion.h.

Constructor & Destructor Documentation

te::rp::WisperFusion::WisperFusion ( )
te::rp::WisperFusion::~WisperFusion ( )

Member Function Documentation

bool te::rp::WisperFusion::execute ( AlgorithmOutputParameters outputParams)
throw (te::rp::Exception
)
virtual

Executes the algorithm using the supplied parameters.

Parameters
outputParamsOutput parameters.
Returns
true if OK, false on errors.

Implements te::rp::Algorithm.

bool te::rp::WisperFusion::initialize ( const AlgorithmInputParameters inputParams)
throw (te::rp::Exception
)
virtual

Initialize the algorithm instance making it ready for execution.

Parameters
inputParamsInput parameters.
Returns
true if OK, false on errors.
Note
A return error string can be obtained via te::rp::Module::getLastLogStr()

Implements te::rp::Algorithm.

bool te::rp::WisperFusion::isInitialized ( ) const
virtual

Returns true if the algorithm instance is initialized and ready for execution.

Returns
true if the algorithm instance is initialized and ready for execution.

Implements te::rp::Algorithm.

void te::rp::WisperFusion::reset ( )
throw (te::rp::Exception
)
virtual

Clear all internal allocated objects and reset the algorithm to its initial state.

Implements te::rp::Algorithm.

Member Data Documentation

InputParameters te::rp::WisperFusion::m_inputParameters
protected

Input execution parameters.

Definition at line 161 of file WisperFusion.h.

bool te::rp::WisperFusion::m_isInitialized
protected

Tells if this instance is initialized.

Definition at line 163 of file WisperFusion.h.


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