#include "RasterExamples.h"#include <terralib/raster.h>#include <terralib/raster/Interpolator.h>#include <terralib/raster/RasterFactory.h>#include <cstdio>#include <iostream>#include <string>Go to the source code of this file.
Functions | |
| void | ResampleRaster () |
| Resample one Raster based on user defined parameters. More... | |
| void ResampleRaster | ( | ) |
Resample one Raster based on user defined parameters.
Definition at line 13 of file ResampleRaster.cpp.
References te::rst::Bicubic, te::rst::Bilinear, te::rst::NearestNeighbor, te::rst::RasterFactory::open(), and te::rst::Raster::resample().
Referenced by main().