#include <vpgl_em_compute_5_point.h>
Public Member Functions | |
| vpgl_em_compute_5_point_ransac () | |
| vpgl_em_compute_5_point_ransac (unsigned nr, double trsh, bool v) | |
| bool | compute (std::vector< vgl_point_2d< T > > const &right_points, vpgl_calibration_matrix< T > const &right_k, std::vector< vgl_point_2d< T > > const &left_points, vpgl_calibration_matrix< T > const &left_k, vpgl_essential_matrix< T > &best_em) const |
Private Attributes | |
| const unsigned | num_rounds |
| const double | inlier_threshold |
| const bool | verbose |
Definition at line 97 of file vpgl_em_compute_5_point.h.
|
inline |
Definition at line 100 of file vpgl_em_compute_5_point.h.
|
inline |
Definition at line 103 of file vpgl_em_compute_5_point.h.
| bool vpgl_em_compute_5_point_ransac< T >::compute | ( | std::vector< vgl_point_2d< T > > const & | right_points, |
| vpgl_calibration_matrix< T > const & | right_k, | ||
| std::vector< vgl_point_2d< T > > const & | left_points, | ||
| vpgl_calibration_matrix< T > const & | left_k, | ||
| vpgl_essential_matrix< T > & | best_em | ||
| ) | const |
Definition at line 439 of file vpgl_em_compute_5_point.hxx.
|
private |
Definition at line 117 of file vpgl_em_compute_5_point.h.
|
private |
Definition at line 116 of file vpgl_em_compute_5_point.h.
|
private |
Definition at line 118 of file vpgl_em_compute_5_point.h.
1.8.15