1 #ifndef vgl_h_matrix_1d_compute_optimize_h_ 2 #define vgl_h_matrix_1d_compute_optimize_h_ 32 #endif // vgl_h_matrix_1d_compute_optimize_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_optimize() override=default
vgl_h_matrix_1d_compute_optimize(void)=default
Virtual base class of classes to generate a line-to-line projectivity from a set of matched points.
vgl_h_matrix_1d_compute_optimize vgl_h_matrix_1d_computeOptimise1
Represents a homogeneous 1-D point, i.e., a homogeneous pair (x,w).