Blender V4.3
homography.h File Reference

Go to the source code of this file.

Classes

struct  libmv::EstimateHomographyOptions
 

Namespaces

namespace  libmv
 

Functions

bool libmv::Homography2DFromCorrespondencesLinear (const Mat &x1, const Mat &x2, Mat3 *H, double expected_precision)
 
bool libmv::EstimateHomography2DFromCorrespondences (const Mat &x1, const Mat &x2, const EstimateHomographyOptions &options, Mat3 *H)
 
bool libmv::Homography3DFromCorrespondencesLinear (const Mat &x1, const Mat &x2, Mat4 *H, double expected_precision)
 
double libmv::SymmetricGeometricDistance (const Mat3 &H, const Vec2 &x1, const Vec2 &x2)