Go to the source code of this file.
|
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) |
|
◆ x_
EIGEN_MAKE_ALIGNED_OPERATOR_NEW const Vec2 x_ |
◆ y_