#include <homography.hpp>
Definition at line 33 of file homography.hpp.
homography_mv | ( | ) | [inline] |
Definition at line 37 of file homography.hpp.
homography_mv | ( | int | n | ) | [inline] |
Definition at line 38 of file homography.hpp.
homography_mv | ( | const real & | A, | |
const real & | B, | |||
const real & | C, | |||
const real & | D | |||
) | [inline] |
Definition at line 41 of file homography.hpp.
void colapse | ( | ) | [inline] |
Definition at line 52 of file homography.hpp.
Referenced by box_rep< POL >::box_rep().
void contract_hom | ( | const real & | t, | |
const int & | v | |||
) | [inline] |
Definition at line 51 of file homography.hpp.
Referenced by box_rep< POL >::contract_box(), and box_rep< POL >::restrict().
00051 { H[v].contract_hom(t); }
homography<real> operator[] | ( | unsigned & | i | ) | [inline] |
Definition at line 47 of file homography.hpp.
00047 { return H[i]; }
homography<real> operator[] | ( | int | i | ) | [inline] |
Definition at line 46 of file homography.hpp.
00046 { return H[i]; }
void reciprocal_hom | ( | const real & | t, | |
const int & | v | |||
) | [inline] |
Definition at line 50 of file homography.hpp.
Referenced by box_rep< POL >::restrict(), box_rep< POL >::reverse_and_shift_box(), and box_rep< POL >::reverse_box().
00050 { H[v].reciprocal_hom(t); }
void shift_hom | ( | const real & | t, | |
const int & | v | |||
) | [inline] |
Definition at line 49 of file homography.hpp.
Referenced by box_rep< POL >::box_rep(), box_rep< POL >::restrict(), box_rep< POL >::reverse_and_shift_box(), and box_rep< POL >::shift_box().
00049 { H[v].shift_hom(t); }
int size | ( | void | ) | [inline] |
Definition at line 57 of file homography.hpp.
Referenced by box_rep< POL >::box_rep().
00057 {return H.size();}
Seq<homography<real> > H |
Definition at line 35 of file homography.hpp.
Referenced by homography_mv< C >::colapse(), homography_mv< C >::contract_hom(), homography_mv< C >::operator[](), homography_mv< C >::reciprocal_hom(), homography_mv< C >::shift_hom(), and homography_mv< C >::size().