Interpolator.h File Reference

It interpolates one pixel based on a selected algorithm. More...

#include "Raster.h"
#include "Enums.h"
#include <complex>
#include <vector>
#include <boost/noncopyable.hpp>

Go to the source code of this file.

Classes

class  te::rst::Interpolator
 It interpolates one pixel based on a selected algorithm. Methods currently available are Nearest Neighbor, Bilinear, and Bicubic. More...
 

Namespaces

 te
 URI C++ Library.
 
 te::rst
 Namespace for the Raster module of TerraLib.
 

Detailed Description

It interpolates one pixel based on a selected algorithm.

Definition in file Interpolator.h.