2 #ifndef vpgl_affine_fundamental_matrix_h_ 3 #define vpgl_affine_fundamental_matrix_h_ 40 #endif // vpgl_affine_fundamental_matrix_h_ A class for the fundamental matrix between two projective cameras.
vpgl_affine_fundamental_matrix()
Default constructor creates dummy matrix.
void set_from_params(T a, T b, T c, T d, T e)
Form the matrix from its free parameters.