#include <math.h>
#include <gandalf/vision/fundamental.h>
#include <gandalf/common/allocate.h>
#include <gandalf/common/misc_error.h>
#include <gandalf/linalg/mat_symmetric.h>
#include <gandalf/linalg/matvec_clapack.h>
Defines | |
#define | gel(M, i, j) gan_mat_get_el(M,i,j) |
#define | sel(M, i, j, v) gan_mat_set_el(M,i,j,v) |
Functions | |
Gan_Bool | gan_fundamental_matrix_fit (Gan_Vector3 *p1, Gan_Vector3 *p2, int n, Gan_SymMatEigenStruct *sme, Gan_Matrix33 *F) |
Computes the fundamental matrix from point matches. |
Part of: Gandalf Library