#include <vgl_h_matrix_1d_compute_3point.h>
Inheritance diagram for vgl_h_matrix_1d_compute_3point:

To obtain the H-matrix from 3 point pairs, call the compute() method from the parent class vgl_h_matrix_1d_compute.
Definition at line 25 of file vgl_h_matrix_1d_compute_3point.h.
Public Member Functions | |
| vgl_h_matrix_1d_compute_3point (void) | |
| ~vgl_h_matrix_1d_compute_3point () | |
| void | verbose (bool v) |
| set this to true for verbose run-time information; default is false. | |
| bool | compute (const vcl_vector< vgl_homg_point_1d< double > > &p1, const vcl_vector< vgl_homg_point_1d< double > > &p2, vgl_h_matrix_1d< double > &H) |
| principal interface: given point correspondences in p1,p2, returns H. | |
| bool | compute (const double p1[], const double p2[], unsigned int length, vgl_h_matrix_1d< double > &H) |
| nonhomogeneous interface: given point correspondences in p1,p2, returns H. | |
| vgl_h_matrix_1d< double > | compute (vcl_vector< vgl_homg_point_1d< double > > const &p1, vcl_vector< vgl_homg_point_1d< double > > const &p2) |
| homography from matched points - return h_matrix. | |
Protected Member Functions | |
| virtual bool | compute_cool_homg (const vcl_vector< vgl_homg_point_1d< double > > &points1, const vcl_vector< vgl_homg_point_1d< double > > &points2, vgl_h_matrix_1d< double > &H) |
| bool | compute_array_dbl (const double p1[], const double p2[], unsigned int length, vgl_h_matrix_1d< double > &H) |
Protected Attributes | |
| bool | verbose_ |
|
|
Definition at line 28 of file vgl_h_matrix_1d_compute_3point.h. |
|
|
Definition at line 29 of file vgl_h_matrix_1d_compute_3point.h. |
|
||||||||||||
|
homography from matched points - return h_matrix.
Definition at line 54 of file vgl_h_matrix_1d_compute.h. |
|
||||||||||||||||||||
|
nonhomogeneous interface: given point correspondences in p1,p2, returns H.
Definition at line 46 of file vgl_h_matrix_1d_compute.h. |
|
||||||||||||||||
|
principal interface: given point correspondences in p1,p2, returns H.
Definition at line 40 of file vgl_h_matrix_1d_compute.h. |
|
||||||||||||||||||||
|
Definition at line 65 of file vgl_h_matrix_1d_compute.h. |
|
||||||||||||||||
|
Implements vgl_h_matrix_1d_compute. Definition at line 32 of file vgl_h_matrix_1d_compute_3point.cxx. |
|
|
set this to true for verbose run-time information; default is false.
Definition at line 33 of file vgl_h_matrix_1d_compute.h. |
|
|
Definition at line 59 of file vgl_h_matrix_1d_compute.h. |
1.4.4