#include <vgl_h_matrix_3d_compute.h>

Public Member Functions | |
| vgl_h_matrix_3d_compute () | |
| virtual | ~vgl_h_matrix_3d_compute ()=default |
| void | verbose (bool v) |
| virtual int | minimum_number_of_correspondences () const =0 |
| bool | compute (std::vector< vgl_homg_point_3d< double > > const &points1, std::vector< vgl_homg_point_3d< double > > const &points2, vgl_h_matrix_3d< double > &H) |
| homography from matched points. More... | |
| vgl_h_matrix_3d< double > | compute (std::vector< vgl_homg_point_3d< double > > const &p1, std::vector< vgl_homg_point_3d< double > > const &p2) |
| homography from matched points - return h_matrix. More... | |
Protected Member Functions | |
| virtual bool | compute_p (std::vector< vgl_homg_point_3d< double > > const &points1, std::vector< vgl_homg_point_3d< double > > const &points2, vgl_h_matrix_3d< double > &H)=0 |
Protected Attributes | |
| bool | verbose_ |
Definition at line 25 of file vgl_h_matrix_3d_compute.h.
|
inline |
Definition at line 28 of file vgl_h_matrix_3d_compute.h.
|
virtualdefault |
|
inline |
homography from matched points.
Definition at line 41 of file vgl_h_matrix_3d_compute.h.
|
inline |
homography from matched points - return h_matrix.
Definition at line 50 of file vgl_h_matrix_3d_compute.h.
|
protectedpure virtual |
Implemented in vgl_h_matrix_3d_compute_linear, and vgl_h_matrix_3d_compute_affine.
|
pure virtual |
Implemented in vgl_h_matrix_3d_compute_linear, and vgl_h_matrix_3d_compute_affine.
|
inline |
Definition at line 32 of file vgl_h_matrix_3d_compute.h.
|
protected |
Definition at line 55 of file vgl_h_matrix_3d_compute.h.
1.8.15