Create mosaics from a sequence of overlapped rasters using an automatic tie-points detection method.
More...
#include <SequenceMosaic.h>
Create mosaics from a sequence of overlapped rasters using an automatic tie-points detection method.
- Note
- When the tie-points detection fails, a new mosaic sequence is generated.
-
Each mosaic sequence takes the first raster (of each sequence) as reference for resolution, SRS and equalization parameters.
Definition at line 50 of file SequenceMosaic.h.
te::rp::SequenceMosaic::SequenceMosaic |
( |
| ) |
|
te::rp::SequenceMosaic::~SequenceMosaic |
( |
| ) |
|
static void te::rp::SequenceMosaic::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. |
bool te::rp::SequenceMosaic::createDiskRasterCopy |
( |
const std::string & |
fileName, |
|
|
const te::rst::Raster & |
sourceRaster |
|
) |
| const |
|
protected |
Create copy of the given raster into a disk file.
- Parameters
-
fileName | The disk file name. |
sourceRaster | The source raster. |
- Returns
- true if OK, false on errors.
Create a raster data set from the given raster.
- Parameters
-
dataSetName | The data set name. |
sourceRaster | The source raster. |
dataSourcePtr | The output data source pointer. |
- Returns
- true if OK, false on errors.
Executes the algorithm using the supplied parameters.
- Parameters
-
outputParams | Output parameters. |
- Returns
- true if OK, false on errors.
Implements te::rp::Algorithm.
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::SequenceMosaic::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::SequenceMosaic::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::SequenceMosaic::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/SequenceMosaic.h