Blender
V3.3
|
#include "libmv/numeric/numeric.h"
Go to the source code of this file.
Classes | |
struct | libmv::EstimateHomographyOptions |
Namespaces | |
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) |