Blender V4.3
homography.h File Reference

Go to the source code of this file.

Functions

void libmv_homography2DFromCorrespondencesEuc (double(*x1)[2], double(*x2)[2], int num_points, double H[3][3])
 

Function Documentation

◆ libmv_homography2DFromCorrespondencesEuc()

void libmv_homography2DFromCorrespondencesEuc ( double(*) x1[2],
double(*) x2[2],
int num_points,
double H[3][3] )