26 #ifndef __TERRALIB_GEOMETRY_INTERNAL_RSTGT_H
27 #define __TERRALIB_GEOMETRY_INTERNAL_RSTGT_H
34 #include <boost/concept_check.hpp>
35 #include <boost/numeric/ublas/matrix.hpp>
76 const std::string& getName()
const;
80 void directMap(
const GTParameters& params,
const double& pt1X,
81 const double& pt1Y,
double& pt2X,
double& pt2Y )
const;
83 void inverseMap(
const GTParameters& params,
const double& pt2X,
84 const double& pt2Y,
double& pt1X,
double& pt1Y )
const;
86 unsigned int getMinRequiredTiePoints()
const;
113 #endif // __TERRALIB_GEOMETRY_INTERNAL_RSTGT_H
unsigned int m_computeParameters_tpIdx
boost::numeric::ublas::matrix< double > m_computeParameters_N
unsigned int m_computeParameters_tiepointsSize
boost::numeric::ublas::matrix< double > m_computeParameters_L
boost::numeric::ublas::matrix< double > m_computeParameters_U
#define TEGEOMEXPORT
You can use this macro in order to export/import classes and functions from this module.
2D Rotation/scale/translation(rigid body) Geometric transformation.
boost::numeric::ublas::matrix< double > m_computeParameters_A
boost::numeric::ublas::matrix< double > m_computeParameters_XExpanded
boost::numeric::ublas::matrix< double > m_computeParameters_X
boost::numeric::ublas::matrix< double > m_computeParameters_N_inv
unsigned int m_computeParameters_index2
boost::numeric::ublas::matrix< double > m_computeParameters_XExpandedInv
2D Geometric transformation parameters.
Configuration flags for the Vector Geometry Model of TerraLib.
unsigned int m_computeParameters_index1
boost::numeric::ublas::matrix< double > m_computeParameters_At