Blender  V3.3
Namespaces | Functions
libmv/multiview/homography.cc File Reference
#include "libmv/multiview/homography.h"
#include "ceres/ceres.h"
#include "libmv/logging/logging.h"
#include "libmv/multiview/conditioning.h"
#include "libmv/multiview/homography_parameterization.h"

Go to the source code of this file.

Namespaces

 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.