25 #ifndef __TERRALIB_RP_INTERNAL_TIEPOINTSMOSAIC_H 
   26 #define __TERRALIB_RP_INTERNAL_TIEPOINTSMOSAIC_H 
   31 #include "../geometry/GTParameters.h" 
   32 #include "../geometry/GeometricTransformation.h" 
   33 #include "../raster/Interpolator.h" 
   65               InvalidTiePointsT = 0, 
 
   66               AdjacentRastersLinkingTiePointsT = 1, 
 
   67               FirstRasterLinkingTiePointsT = 2 
 
   74             std::vector< std::vector< te::gm::GTParameters::TiePoint > > 
m_tiePoints; 
 
  193           const unsigned int bandIndex,
 
  194           const bool& forceNoDataValue,
 
  195           const double& noDataValue,
 
Blended pixel value calculation for two overlaped rasters.
 
Raster Processing algorithm output parameters base interface.
 
Raster Processing algorithm base interface.
 
Feeder from a input rasters.
 
Mosaic output parameters.
 
OutputParameters(const OutputParameters &)
 
const OutputParameters & operator=(const OutputParameters ¶ms)
 
std::map< std::string, std::string > m_rInfo
The necessary information to create the output rasters (as described in te::raster::RasterFactory).
 
std::string m_rType
Output raster data source type (as described in te::raster::RasterFactory ).
 
void reset()
Clear all internal allocated resources and reset the parameters instance to its initial state.
 
AbstractParameters * clone() const
Create a clone copy of this instance.
 
std::unique_ptr< te::rst::Raster > m_outputRasterPtr
The generated output mosaic raster.
 
Create a mosaic from a set of rasters using tie-points.
 
void reset()
Clear all internal allocated objects and reset the algorithm to its initial state.
 
bool executeTiePointsMosaic(TiePointsMosaic::OutputParameters &outputParams)
Execute a mosaic of images linket by tie-points.
 
bool executeGeoMosaic(TiePointsMosaic::OutputParameters &outputParams)
Execute a mosaic of georeferenced images.
 
bool isInitialized() const
Returns true if the algorithm instance is initialized and ready for execution.
 
bool initialize(const AlgorithmInputParameters &inputParams)
Initialize the algorithm instance making it ready for execution.
 
bool execute(AlgorithmOutputParameters &outputParams)
Executes the algorithm using the supplied parameters.
 
bool calcBandStatistics(const te::rst::Raster &raster, const unsigned int bandIndex, const bool &forceNoDataValue, const double &noDataValue, double &mean, double &variance)
Raster band statistics calcule.
 
bool m_isInitialized
Tells if this instance is initialized.
 
TiePointsMosaic::InputParameters m_inputParameters
Input execution parameters.
 
An abstract class for raster data strucutures.
 
InterpolationMethod
Allowed interpolation methods.
 
#define TERPEXPORT
You can use this macro in order to export/import classes and functions from this module.