25 #ifndef __TERRALIB_RP_INTERNAL_PCAFUSION_H 
   26 #define __TERRALIB_RP_INTERNAL_PCAFUSION_H 
   29 #include "../raster/Raster.h" 
   30 #include "../raster/Band.h" 
   31 #include "../raster/Interpolator.h" 
   83             void reset() throw( te::rp::Exception );
 
   89             AbstractParameters* clone() const;
 
  113             void reset() throw( te::rp::Exception );
 
  119             AbstractParameters* clone() const;
 
  127         bool execute( AlgorithmOutputParameters& outputParams ) throw( te::rp::Exception );
 
  130         void reset() throw( te::rp::Exception );
 
  136         bool isInitialized() const;
 
  142         bool m_isInitialized; 
 
  149         bool loadRessampledRaster( std::auto_ptr< te::rst::Raster >& ressampledRasterPtr ) const;         
 
  157         bool swapBandByHighResRaster( te::rst::Raster& pcaRaster, const 
unsigned int pcaRasterBandIdx );          
 
std::string m_rType
Output raster data source type (as described in te::raster::RasterFactory ). 
 
Raster Processing algorithm output parameters base interface. 
 
PCAFusion output parameters. 
 
Fusion of a low-resolution multi-band image with a high resolution image using the PCA (Principal com...
 
InterpolationMethod
Allowed interpolation methods. 
 
std::auto_ptr< te::rst::Raster > m_outputRasterPtr
The generated output fused raster. 
 
Raster Processing algorithm base interface. 
 
An abstract class for raster data strucutures. 
 
#define TERPEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
Raster Processing algorithm base interface class. 
 
std::map< std::string, std::string > m_rInfo
The necessary information to create the output rasters (as described in te::raster::RasterFactory).