Blender  V3.3
Functions
intern/homography.cc File Reference
#include "intern/homography.h"
#include "intern/utildefines.h"
#include "libmv/logging/logging.h"
#include "libmv/multiview/homography.h"

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] 
)