128 #define HOMOGRAPHY_COMPUTE_FLAG_INVERSE 1 129 #define HOMOGRAPHY_COMPUTE_FLAG_SVD 0 static void homography_project(const matd_t *H, double x, double y, double *ox, double *oy)
#define MATD_EL(m, row, col)
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, double C, double D)
matd_t * homography_compute(zarray_t *correspondences, int flags)