#include <homography.hpp>
Public Member Functions | |
homography_mv () | |
homography_mv (int n) | |
homography_mv (const real &A, const real &B, const real &C, const real &D) | |
homography< real > | operator[] (int i) |
homography< real > | operator[] (unsigned &i) |
void | shift_hom (const real &t, const int &v) |
void | reciprocal_hom (const real &t, const int &v) |
void | contract_hom (const real &t, const int &v) |
void | colapse () |
int | size () |
Public Attributes | |
Seq< homography< real > > | H |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Seq<homography<real> > mmx::homography_mv< real >::H |