#include <math.h>
#include <gandalf/vision/homog34_fit.h>
#include <gandalf/linalg/mat_symmetric.h>
#include <gandalf/common/allocate.h>
#include <gandalf/common/misc_error.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_homog34_increment_p (Gan_SymMatEigenStruct *sme, Gan_Vector4 *X, Gan_Vector3 *x, double scale, int *eq_count) |
Increments the calculation of a 3x4 homography for a point. | |
Gan_Bool | gan_homog34_increment_le (Gan_SymMatEigenStruct *sme, Gan_Vector4 *X1, Gan_Vector4 *X2, Gan_Vector3 *l, double scale, int *eq_count) |
Increments the calculation of a 3x4 homography. | |
Gan_Bool | gan_homog34_solve (Gan_SymMatEigenStruct *sme, int eq_count, Gan_Matrix34 *P) |
Solves for the 3x4 homography between 2D & 3D systems. |
Part of: Gandalf Library