2 #ifndef vgl_h_matrix_2d_compute_4point_h_ 3 #define vgl_h_matrix_2d_compute_4point_h_ 47 std::vector<double>
const& weights,
59 #endif // vgl_h_matrix_2d_compute_4point_h_
Represents a homogeneous 2D line.
bool compute_pl(std::vector< vgl_homg_point_2d< double > > const &points1, std::vector< vgl_homg_point_2d< double > > const &points2, std::vector< vgl_homg_line_2d< double > > const &lines1, std::vector< vgl_homg_line_2d< double > > const &lines2, vgl_h_matrix_2d< double > &H) override
compute from matched points and lines.
bool compute_l(std::vector< vgl_homg_line_2d< double > > const &lines1, std::vector< vgl_homg_line_2d< double > > const &lines2, vgl_h_matrix_2d< double > &H) override
compute from matched lines.
bool compute_p(std::vector< vgl_homg_point_2d< double > > const &points1, std::vector< vgl_homg_point_2d< double > > const &points2, vgl_h_matrix_2d< double > &H) override
compute from matched points.
contains class vgl_h_matrix_2d_compute
int minimum_number_of_correspondences() const override
Represents a homogeneous 2D point.