#include <vmal_homog2d.h>
Definition at line 13 of file 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. | |
| vmal_homog2d::vmal_homog2d | ( | ) |
| vmal_homog2d::~vmal_homog2d | ( | ) | [virtual] |
| 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.5.1