Blender V4.3
homography.cc File Reference

Go to the source code of this file.

Namespaces

namespace  libmv
 

Functions

static bool libmv::Homography2DFromCorrespondencesLinearEuc (const Mat &x1, const Mat &x2, Mat3 *H, double expected_precision)
 
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)
 

Variable Documentation

◆ x_

EIGEN_MAKE_ALIGNED_OPERATOR_NEW const Vec2 x_

Definition at line 211 of file libmv/multiview/homography.cc.

◆ y_

const Vec2 y_

Definition at line 212 of file libmv/multiview/homography.cc.