#include <gandalf/linalg/3vector.h>
#include <gandalf/linalg/3x3matrix.h>
#include <gandalf/linalg/mat_square.h>
#include <gandalf/linalg/symmat_eigen.h>
Go to the source code of this file.
Classes | |
struct | Gan_Homog33Match |
Structure to hold details of scene and image data to be used in computing 2D homographies. More... | |
Enumerations | |
enum | Gan_Homog33MatchType { GAN_HOMOG33_POINT, GAN_HOMOG33_LINE, GAN_HOMOG33_LINE_ENDPOINTS, GAN_HOMOG33_IGNORE } |
Type of matching feature when computing 2D homography. More... | |
Functions | |
Gan_SymMatEigenStruct * | gan_homog33_init (Gan_SymMatEigenStruct *sme) |
Macro: Initialises the calculation of a 3x3 homography. | |
void | gan_homog33_free (Gan_SymMatEigenStruct *sme) |
Macro: Frees the structure used to calculate a 3x3 homography. | |
Gan_Bool | gan_homog33_reset (Gan_SymMatEigenStruct *sme) |
Macro: Resets the structure used to calculate a 3x3 homography. |
Part of: Gandalf Library