#include <vmal_homog2d.h>
Public Member Functions | |
| vmal_homog2d () | |
| Constructors. | |
| virtual | ~vmal_homog2d () |
| Destructor. | |
| void | compute_homo (const vcl_vector< vnl_double_3 > &pima1, const vcl_vector< vnl_double_3 > &pima2, vnl_double_3x3 &hmatrix) |
| Compute the 2d homography from to set of matched points. | |
Definition at line 13 of file vmal_homog2d.h.
| vmal_homog2d::vmal_homog2d | ( | ) |
Constructors.
Definition at line 5 of file vmal_homog2d.cxx.
| vmal_homog2d::~vmal_homog2d | ( | ) | [virtual] |
Destructor.
Definition at line 9 of file vmal_homog2d.cxx.
| void vmal_homog2d::compute_homo | ( | const vcl_vector< vnl_double_3 > & | pima1, |
| const vcl_vector< vnl_double_3 > & | pima2, | ||
| vnl_double_3x3 & | hmatrix | ||
| ) |
Compute the 2d homography from to set of matched points.
A point pima1[i] in the first image match with the point pima2[i] in the second image.
Definition at line 13 of file vmal_homog2d.cxx.
1.7.5.1