Geometric (and positioning) correction of a already geo-referenced raster using a set of reference rasters. More...
#include "Algorithm.h"#include "FeedersRaster.h"#include "TiePointsLocator.h"#include "../raster/Raster.h"#include "../raster/Interpolator.h"#include "../geometry/GeometricTransformation.h"#include "../geometry/Polygon.h"#include <vector>#include <string>#include <memory>Go to the source code of this file.
Classes | |
| class | te::rp::GeometricRefining |
| Geometric (and positioning) correction/refining of a already geo-referenced raster using a set of small reference rasters. More... | |
| class | te::rp::GeometricRefining::InputParameters |
| Input parameters. More... | |
| struct | te::rp::GeometricRefining::InternalMatchingInfo |
| Reference rasters matching info. More... | |
| class | te::rp::GeometricRefining::OutputParameters::MatchingResult |
| Reference rasters matching info. More... | |
| class | te::rp::GeometricRefining::OutputParameters |
| Output parameters. More... | |
Namespaces | |
| te | |
| URI C++ Library. | |
| te::rp | |
| Namespace for Raster Processing module of TerraLib. | |
Geometric (and positioning) correction of a already geo-referenced raster using a set of reference rasters.
Definition in file GeometricRefining.h.