#include <gandalf/linalg/4vector.h>
#include <gandalf/linalg/3x4matrix.h>
#include <gandalf/linalg/mat_square.h>
#include <gandalf/linalg/symmat_eigen.h>
Go to the source code of this file.
Functions | |
Gan_SymMatEigenStruct * | gan_homog34_init (Gan_SymMatEigenStruct *sme) |
Macro: Initialises the calculation of a 3x4 homography. | |
void | gan_homog34_free (Gan_SymMatEigenStruct *sme) |
Macro: Frees the structure used to calculate a 3x4 homography. | |
Gan_Bool | gan_homog34_reset (Gan_SymMatEigenStruct *sme) |
Macro: Resets the structure used to calculate a 3x4 homography. |
Part of: Gandalf Library