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.
 
◆ WisperFusion()
      
        
          | te::rp::WisperFusion::WisperFusion  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ ~WisperFusion()
      
        
          | te::rp::WisperFusion::~WisperFusion  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ execute()
Executes the algorithm using the supplied parameters. 
- Parameters
 - 
  
    | outputParams | Output parameters. | 
  
   
- Returns
 - true if OK, false on errors.
 
- Note
 - A return error string can be obtained via Algorithm::getErrorMessage() 
 
Implements te::rp::Algorithm.
 
 
◆ getErrorMessage()
  
  
      
        
          | const std::string& te::rp::Algorithm::getErrorMessage  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inherited   | 
  
 
Return the current error message if there is any. 
- Returns
 - Return the current error message if there is any. 
 
 
 
◆ initialize()
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 Algorithm::getErrorMessage() 
 
Implements te::rp::Algorithm.
 
 
◆ isInitialized()
  
  
      
        
          | 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.
 
 
◆ reset()
  
  
      
        
          | void te::rp::WisperFusion::reset  | 
          ( | 
           | ) | 
           | 
         
        
          | throw  | ( | te::rp::Exception | 
         
        
           | ) |  |  | 
         
       
   | 
  
virtual   | 
  
 
Clear all internal allocated objects and reset the algorithm to its initial state. 
Reimplemented from te::rp::Algorithm.
 
 
◆ setErrorMessage()
  
  
      
        
          | void te::rp::Algorithm::setErrorMessage  | 
          ( | 
          const std::string &  | 
          newErrorMessage | ) | 
           | 
         
       
   | 
  
protectedinherited   | 
  
 
Set the current error message. 
- Parameters
 - 
  
    | newErrorMessage | New error message;  | 
  
   
 
 
◆ m_inputParameters
◆ m_isInitialized
  
  
      
        
          | 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_release/src/terralib/rp/WisperFusion.h