Create a mosaic from a set of rasters using tie-points.  
 More...
#include <TiePointsMosaic.h>
Create a mosaic from a set of rasters using tie-points. 
- Note
 - The first raster will always be taken as reference to define the mosaic resolution and SRS. 
 
Definition at line 50 of file TiePointsMosaic.h.
 
      
        
          | te::rp::TiePointsMosaic::TiePointsMosaic  | 
          ( | 
           | ) | 
           | 
        
      
 
 
      
        
          | te::rp::TiePointsMosaic::~TiePointsMosaic  | 
          ( | 
           | ) | 
           | 
        
      
 
 
  
  
      
        
          | static void te::rp::TiePointsMosaic::calcBandStatistics  | 
          ( | 
          const te::rst::Band &  | 
          band,  | 
         
        
           | 
           | 
          const bool &  | 
          forceNoDataValue,  | 
         
        
           | 
           | 
          const double &  | 
          noDataValue,  | 
         
        
           | 
           | 
          double &  | 
          mean,  | 
         
        
           | 
           | 
          double &  | 
          variance  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
staticprotected   | 
  
 
Raster band statistics calcule. 
- Parameters
 - 
  
    | band | Input raster band.  | 
    | forceNoDataValue | Force the noDataValue to be used as the band no-data value.  | 
    | noDataValue | The no-data value to use.  | 
    | mean | Pixels mean.  | 
    | variance | Pixels variance.  | 
  
   
 
 
Executes the algorithm using the supplied parameters. 
- Parameters
 - 
  
    | outputParams | Output parameters. | 
  
   
- Returns
 - true if OK, false on errors. 
 
Implements te::rp::Algorithm.
 
 
Execute a mosaic of georeferenced images. 
- Parameters
 - 
  
    | outputParams | The algorithm execution parameters.  | 
  
   
- Returns
 - true if ok, false on errors. 
 
 
 
Execute a mosaic of images linket by tie-points. 
- Parameters
 - 
  
    | outputParams | The algorithm execution parameters.  | 
  
   
- Returns
 - true if ok, false on errors. 
 
 
 
Initialize the algorithm instance making it ready for execution. 
- Parameters
 - 
  
    | inputParams | Input parameters. | 
  
   
- Returns
 - true if OK, false on errors.
 
- Note
 - A return error string can be obtained via te::rp::Module::getLastLogStr() 
 
Implements te::rp::Algorithm.
 
 
  
  
      
        
          | bool te::rp::TiePointsMosaic::isInitialized  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
virtual   | 
  
 
Returns true if the algorithm instance is initialized and ready for execution. 
- Returns
 - true if the algorithm instance is initialized and ready for execution. 
 
Implements te::rp::Algorithm.
 
 
  
  
      
        
          | void te::rp::TiePointsMosaic::reset  | 
          ( | 
           | ) | 
           | 
         
        
          | throw  | ( | te::rp::Exception | 
         
        
           | ) |  |  | 
         
       
   | 
  
virtual   | 
  
 
Clear all internal allocated objects and reset the algorithm to its initial state. 
Implements te::rp::Algorithm.
 
 
  
  
      
        
          | bool te::rp::TiePointsMosaic::m_isInitialized | 
         
       
   | 
  
protected   | 
  
 
 
The documentation for this class was generated from the following file:
- /home/castejon/castejon_files/develop/terralib5/git_master/terralib5/src/terralib/rp/TiePointsMosaic.h