2 #ifndef vgl_h_matrix_1d_compute_3point_h_ 3 #define vgl_h_matrix_1d_compute_3point_h_ 37 #endif // vgl_h_matrix_1d_compute_3point_h_ bool compute_cool_homg(const std::vector< vgl_homg_point_1d< double > > &points1, const std::vector< vgl_homg_point_1d< double > > &points2, vgl_h_matrix_1d< double > &H) override
A class to hold a line-to-line projective transformation matrix and to perform common operations usin...
vgl_h_matrix_1d_compute_3point(void)=default
Calculate the line projectivity which matches three 1D point correspondences.
Virtual base class of classes to generate a line-to-line projectivity from a set of matched points.
Represents a homogeneous 1-D point, i.e., a homogeneous pair (x,w).
~vgl_h_matrix_1d_compute_3point() override=default