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"
89 AbstractParameters* clone() const;
119 AbstractParameters* clone() const;
136 bool isInitialized() const;
142 bool m_isInitialized;
149 bool loadRessampledRaster( std::unique_ptr<
te::rst::Raster >& ressampledRasterPtr ) const;
157 bool swapBandByHighResRaster(
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).