GeoDesk  0.1.3
 All Classes Namespaces Files Functions Typedefs Pages
Classes | Namespaces | Typedefs | Functions
projection.hpp File Reference

Utilities for conversion from coordinates in an image to geographical coordinates. More...

#include <boost/concept_check.hpp>
#include <cassert>
#include <vector>
#include <eigen3/Eigen/Dense>
Include dependency graph for projection.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Projection::Point2D
 Class for 2D points. More...
 

Namespaces

 Projection
 Namespace for projection computations.
 

Typedefs

typedef Eigen::Matrix< double, 3, 2 > Projection::Coefficients
 Type for projection coefficients.
 

Functions

Coefficients Projection::computeCoefficients (const std::vector< Point2D > &r1, const std::vector< Point2D > &r2)
 Compute the projection coefficients. More...
 

Detailed Description

Utilities for conversion from coordinates in an image to geographical coordinates.

Author
Le Bars, Yoann
Version
1.0
Date
2013/06/27
2013/06/28
2014/03/06

Definition in file projection.hpp.