26 #ifndef __TERRALIB_GEOMETRY_INTERNAL_THIRDDEGREEPOLYNOMIALGT_H 
   27 #define __TERRALIB_GEOMETRY_INTERNAL_THIRDDEGREEPOLYNOMIALGT_H 
   34 #include <boost/concept_check.hpp> 
   35 #include <boost/numeric/ublas/matrix.hpp> 
   70                         const double& pt1Y, 
double& pt2X, 
double& pt2Y ) 
const;
 
   73                          const double& pt2Y, 
double& pt1X, 
double& pt1Y ) 
const;
 
2D Geometric transformation parameters.
 
Third Degree Polynomial Geometric transformation.
 
~ThirdDegreePolynomialGT()
Destructor.
 
ThirdDegreePolynomialGT()
Default constructor.
 
boost::numeric::ublas::matrix< double > m_computeParameters_A
 
unsigned int m_computeParameters_tpIdx
 
boost::numeric::ublas::matrix< double > m_computeParameters_W
 
boost::numeric::ublas::matrix< double > m_computeParameters_X
 
void directMap(const GTParameters ¶ms, const double &pt1X, const double &pt1Y, double &pt2X, double &pt2Y) const
Direct mapping (from pt1 space into pt2 space).
 
boost::numeric::ublas::matrix< double > m_computeParameters_B
 
void inverseMap(const GTParameters ¶ms, const double &pt2X, const double &pt2Y, double &pt1X, double &pt1Y) const
Inverse mapping (from pt2 space into pt1 space).
 
boost::numeric::ublas::matrix< double > m_computeParameters_BI
 
boost::numeric::ublas::matrix< double > m_computeParameters_AI
 
unsigned int m_computeParameters_tiepointsSize
 
bool isValid(const GTParameters ¶ms) const
Verifies if the supplied parameters already has a valid transformation.
 
unsigned int getMinRequiredTiePoints() const
Returns the minimum number of required tie-points for the current transformation.
 
boost::numeric::ublas::matrix< double > m_computeParameters_PinvW
 
boost::numeric::ublas::matrix< double > m_computeParameters_YI
 
boost::numeric::ublas::matrix< double > m_computeParameters_XI
 
const std::string & getName() const
Returns the current transformation name.
 
boost::numeric::ublas::matrix< double > m_computeParameters_Y
 
GeometricTransformation * clone() const
Creat a clone copy of this instance.
 
boost::numeric::ublas::matrix< double > m_computeParameters_PinvWI
 
boost::numeric::ublas::matrix< double > m_computeParameters_WI
 
bool computeParameters(GTParameters ¶ms) const
Calculate the transformation parameters following the new supplied tie-points.
 
#define TEGEOMEXPORT
You can use this macro in order to export/import classes and functions from this module.
 
Proxy configuration file for TerraView (see terraview_config.h).