128#define HOMOGRAPHY_COMPUTE_FLAG_INVERSE 1
129#define HOMOGRAPHY_COMPUTE_FLAG_SVD 0
matd_t * homography_compute(zarray_t *correspondences, int flags)
matd_t * homography_to_pose(const matd_t *H, double fx, double fy, double cx, double cy)
matd_t * homography_to_model_view(const matd_t *H, double F, double G, double A, double B)
static void homography_project(const matd_t *H, double x, double y, double *ox, double *oy)
Definition homography.h:134
#define MATD_EL(m, row, col)
A macro to reference a specific matd_t data element given it's zero-based row and column indexes.
Definition matd.h:65
Defines a matrix structure for holding double-precision values with data in row-major order (i....
Definition matd.h:46