![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <absolute_pose.h>
Public Types | |
| typedef Eigen::Vector2d | X_t |
| typedef Eigen::Vector3d | Y_t |
| typedef Eigen::Matrix3x4d | M_t |
Static Public Member Functions | |
| static std::vector< M_t > | Estimate (const std::vector< X_t > &points2D, const std::vector< Y_t > &points3D) |
| static void | Residuals (const std::vector< X_t > &points2D, const std::vector< Y_t > &points3D, const M_t &proj_matrix, std::vector< double > *residuals) |
Static Public Attributes | |
| static const int | kMinNumSamples = 4 |
Definition at line 72 of file absolute_pose.h.
Definition at line 79 of file absolute_pose.h.
| typedef Eigen::Vector2d colmap::EPNPEstimator::X_t |
Definition at line 75 of file absolute_pose.h.
| typedef Eigen::Vector3d colmap::EPNPEstimator::Y_t |
Definition at line 77 of file absolute_pose.h.
|
static |
Definition at line 183 of file absolute_pose.cc.
Referenced by BOOST_AUTO_TEST_CASE().
|
static |
Definition at line 197 of file absolute_pose.cc.
References colmap::ComputeSquaredReprojectionError().
Referenced by BOOST_AUTO_TEST_CASE().
|
static |
Definition at line 82 of file absolute_pose.h.