static bool compute_rectification(const vpgl_affine_fundamental_matrix< double > &FA, const std::vector< vnl_vector_fixed< double, 3 > > &img_p1, const std::vector< vnl_vector_fixed< double, 3 > > &img_p2, vnl_matrix_fixed< double, 3, 3 > &H1, vnl_matrix_fixed< double, 3, 3 > &H2)
compute the rectification homographies using the affine fundamental matrix.