21 #ifndef __TERRALIB_RP_INTERNAL_RESTORATION_H
22 #define __TERRALIB_RP_INTERNAL_RESTORATION_H
26 #include "../raster/Raster.h"
95 SAMPLING_FACTOR_3_BY_4
126 AbstractParameters* clone() const;
135 static
void getSupportedSensorTypes(
142 static
void getSupportedSamplingFactorsTypes(
151 static
void getResolutionSamplingFactor(
153 double& resSamplingFactor );
183 AbstractParameters* clone() const;
200 bool isInitialized() const;
204 bool m_isInitialized;
216 const
unsigned int bandDesignation,
217 std::vector<
double >& XCoefs,
218 std::vector<
double >& YCoefs ) const;
228 bool applyFilterCoefs(
229 const std::vector< std::vector<
double > >& bandsXCoefs,
230 const std::vector< std::vector<
double > >& bandsYCoefs,
231 const
te::rst::Raster& inputRaster,
232 te::rst::Raster& outputRaster );
241 static
void getDecomposedSamplingFactor(
243 unsigned int& upperValue,
244 unsigned int& lowerValue );
250 unsigned int getFilterSize() const;
Raster Processing algorithm output parameters base interface.
Raster Processing algorithm base interface.
Restoration output parameters.
void reset() _NOEXCEPT_OP(false)
Clear all internal allocated resources and reset the parameters instance to its initial state.
std::map< std::string, std::string > m_rInfo
The necessary information to create the raster (as described in te::raster::RasterFactory).
std::string m_rType
Output raster data source type (as described in te::raster::RasterFactory ).
OutputParameters(const OutputParameters &)
std::unique_ptr< te::rst::Raster > m_outputRasterPtr
A pointer the ge generated output raster (label image).
This class implements the combining interpolation and restoration operation.
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.