Fusion of a low-resolution multi-band image with a high resolution image using the WiSpeR method.
More...
#include <WisperFusion.h>
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.
te::rp::WisperFusion::WisperFusion |
( |
| ) |
|
te::rp::WisperFusion::~WisperFusion |
( |
| ) |
|
Executes the algorithm using the supplied parameters.
- Parameters
-
outputParams | Output parameters. |
- Returns
- true if OK, false on errors.
Implements te::rp::Algorithm.
Initialize the algorithm instance making it ready for execution.
- Parameters
-
inputParams | Input 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.
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:
- /home/castejon/castejon_files/develop/terralib5/git_master/terralib5/src/terralib/rp/WisperFusion.h