Developer documentation

mmx::homography< real > Struct Template Reference

#include <homography.hpp>

Public Member Functions

 homography ()
 
 homography (const homography &H)
 
 homography (const real &A, const real &B, const real &C, const real &D)
 
void shift_hom (const real &t)
 
void reciprocal_hom (const real &t)
 
void contract_hom (const real &t)
 

Public Attributes

real a
 
real b
 
real c
 
real d
 

Constructor & Destructor Documentation

template<class real>
mmx::homography< real >::homography ( )
inline
template<class real>
mmx::homography< real >::homography ( const homography< real > &  H)
inline
template<class real>
mmx::homography< real >::homography ( const real &  A,
const real &  B,
const real &  C,
const real &  D 
)
inline

Member Function Documentation

template<class real>
void mmx::homography< real >::contract_hom ( const real &  t)
inline
template<class real>
void mmx::homography< real >::reciprocal_hom ( const real &  t)
inline
template<class real>
void mmx::homography< real >::shift_hom ( const real &  t)
inline

Member Data Documentation

template<class real>
real mmx::homography< real >::a
template<class real>
real mmx::homography< real >::b
template<class real>
real mmx::homography< real >::c
template<class real>
real mmx::homography< real >::d

The documentation for this struct was generated from the following file:
Home