![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <generalized_relative_pose.h>
Classes | |
| struct | X_t |
Public Types | |
| typedef X_t | Y_t |
| typedef Eigen::Matrix3x4d | M_t |
Static Public Member Functions | |
| static std::vector< M_t > | Estimate (const std::vector< X_t > &points1, const std::vector< Y_t > &points2) |
| static void | Residuals (const std::vector< X_t > &points1, const std::vector< Y_t > &points2, const M_t &proj_matrix, std::vector< double > *residuals) |
Static Public Attributes | |
| static const int | kMinNumSamples = 8 |
Definition at line 29 of file generalized_relative_pose.h.
Definition at line 45 of file generalized_relative_pose.h.
| typedef X_t colmap::GR6PEstimator::Y_t |
Definition at line 43 of file generalized_relative_pose.h.
|
static |
Definition at line 396 of file generalized_relative_pose.cc.
References rotation.
|
static |
Definition at line 588 of file generalized_relative_pose.cc.
References colmap::EssentialMatrixFromPose(), and t12.
Referenced by BOOST_AUTO_TEST_CASE().
|
static |
Definition at line 50 of file generalized_relative_pose.h.