#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 (vcl_vector< vgl_point_2d< T > > const &right_points, vpgl_calibration_matrix< T > const &right_k, vcl_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 94 of file vpgl_em_compute_5_point.h.
vpgl_em_compute_5_point_ransac< T >::vpgl_em_compute_5_point_ransac | ( | ) | [inline] |
Definition at line 97 of file vpgl_em_compute_5_point.h.
vpgl_em_compute_5_point_ransac< T >::vpgl_em_compute_5_point_ransac | ( | unsigned | nr, |
double | trsh, | ||
bool | v | ||
) | [inline] |
Definition at line 100 of file vpgl_em_compute_5_point.h.
bool vpgl_em_compute_5_point_ransac< T >::compute | ( | vcl_vector< vgl_point_2d< T > > const & | right_points, |
vpgl_calibration_matrix< T > const & | right_k, | ||
vcl_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 433 of file vpgl_em_compute_5_point.txx.
const double vpgl_em_compute_5_point_ransac< T >::inlier_threshold [private] |
Definition at line 114 of file vpgl_em_compute_5_point.h.
const unsigned vpgl_em_compute_5_point_ransac< T >::num_rounds [private] |
Definition at line 113 of file vpgl_em_compute_5_point.h.
const bool vpgl_em_compute_5_point_ransac< T >::verbose [private] |
Definition at line 115 of file vpgl_em_compute_5_point.h.