Blender
V3.3
|
#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]) |
void libmv_homography2DFromCorrespondencesEuc | ( | double(*) | x1[2], |
double(*) | x2[2], | ||
int | num_points, | ||
double | H[3][3] | ||
) |
Definition at line 9 of file intern/homography.cc.
References libmv::EstimateHomography2DFromCorrespondences(), H, LG, options, and x2.
Referenced by BKE_tracking_homography_between_two_quads(), and track_plane_from_existing_motion().