Go to the documentation of this file.
   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" 
   91             AbstractParameters* clone() const;
 
  121             AbstractParameters* clone() const;
 
  138         bool isInitialized() const;
 
  144         bool m_isInitialized; 
 
  152         bool loadRessampledRaster( const 
te::rst::Raster& highResRaster,
 
  153           std::unique_ptr< 
te::rst::Raster >& ressampledRasterPtr ) const;         
 
  162         bool swapBandByHighResRaster( const 
te::rst::Raster& highResRaster,
 
  163           te::rst::Raster& pcaRaster, const 
unsigned int pcaRasterBandIdx );          
 
  
 
Raster Processing algorithm output parameters base interface.
 
void reset()
Clear all internal allocated resources and reset the parameters instance to its initial state.
 
std::string m_rType
Output raster data source type (as described in te::raster::RasterFactory ).
 
An abstract class for raster data strucutures.
 
PCAFusion output parameters.
 
std::unique_ptr< te::rst::Raster > m_outputRasterPtr
The generated output fused raster.
 
Fusion of a low-resolution multi-band image with a high resolution image using the PCA (Principal com...
 
Raster Processing algorithm base interface.
 
InterpolationMethod
Allowed interpolation methods.
 
Base exception class for plugin module.
 
#define TERPEXPORT
You can use this macro in order to export/import classes and functions from this module.
 
OutputParameters(const OutputParameters &)
 
std::map< std::string, std::string > m_rInfo
The necessary information to create the output rasters (as described in te::raster::RasterFactory).