Functions
homography.c File Reference
#include <math.h>
#include <stdio.h>
#include "common/matd.h"
#include "common/zarray.h"
#include "common/homography.h"
#include "common/math_util.h"
Include dependency graph for homography.c:

Go to the source code of this file.

Functions

matd_thomography_compute (zarray_t *correspondences, int flags)
 
matd_thomography_to_model_view (const matd_t *H, double F, double G, double A, double B, double C, double D)
 
matd_thomography_to_pose (const matd_t *H, double fx, double fy, double cx, double cy)
 
void quat_to_matrix (const double q[4], matd_t *M)
 

Function Documentation

matd_t* homography_compute ( zarray_t correspondences,
int  flags 
)

Definition at line 43 of file homography.c.

matd_t* homography_to_model_view ( const matd_t H,
double  F,
double  G,
double  A,
double  B,
double  C,
double  D 
)

Definition at line 366 of file homography.c.

matd_t* homography_to_pose ( const matd_t H,
double  fx,
double  fy,
double  cx,
double  cy 
)

Definition at line 281 of file homography.c.

void quat_to_matrix ( const double  q[4],
matd_t M 
)

Definition at line 470 of file homography.c.



apriltags2
Author(s): Danylo Malyuta
autogenerated on Fri Oct 19 2018 04:02:33