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>
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... | |
Utilities for conversion from coordinates in an image to geographical coordinates.
Definition in file projection.hpp.