GeoDesk  0.1.3
 All Classes Namespaces Files Functions Typedefs Pages
Classes | Typedefs | Functions
Projection Namespace Reference

Namespace for projection computations. More...

Classes

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

Typedefs

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

Functions

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

Detailed Description

Namespace for projection computations.

Function Documentation

Coefficients Projection::computeCoefficients ( const std::vector< Point2D > &  r1,
const std::vector< Point2D > &  r2 
)
inline

Compute the projection coefficients.

Parameters
r1Vector containing reference points in image coordinates.
r2Vector containing reference points in geographical coordinates.
Returns
Vector containing projection coefficients.

Information on coefficients can be found at: http://en.wikipedia.org/wiki/World_file

Definition at line 84 of file projection.hpp.

Here is the caller graph for this function: