Go to the documentation of this file.
25 #ifndef __TERRALIB_RP_INTERNAL_WISPERFUSION_H
26 #define __TERRALIB_RP_INTERNAL_WISPERFUSION_H
30 #include "../raster/Raster.h"
31 #include "../raster/Interpolator.h"
110 AbstractParameters* clone() const;
140 AbstractParameters* clone() const;
157 bool isInitialized() const;
163 bool m_isInitialized;
std::map< std::string, std::string > m_rInfo
The necessary information to create the output rasters (as described in te::raster::RasterFactory).
Raster Processing algorithm output parameters base interface.
An abstract class for raster data strucutures.
Fusion of a low-resolution multi-band image with a high resolution image using the WiSpeR method.
Raster Processing algorithm base interface.
std::string m_rType
Output raster data source type (as described in te::raster::RasterFactory ).
WaveletAtrousFilterType
Wavelet Atrous Filter types.
InterpolationMethod
Allowed interpolation methods.
std::unique_ptr< te::rst::Raster > m_outputRasterPtr
The generated output fused raster.
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 &)
WisperFusion output parameters.
void reset()
Clear all internal allocated resources and reset the parameters instance to its initial state.
Raster Processing functions.
SensorType
Satellite sensors
Spectral Response Functions.