#include <generalized_absolute_pose.h>
|
| void | Residuals (const std::vector< X_t > &points2D, const std::vector< Y_t > &points3D, const M_t &proj_matrix, std::vector< double > *residuals) |
| |
|
| static std::vector< M_t > | Estimate (const std::vector< X_t > &points2D, const std::vector< Y_t > &points3D) |
| |
Definition at line 25 of file generalized_absolute_pose.h.
◆ M_t
◆ Y_t
◆ ResidualType
◆ Estimate()
| std::vector< GP3PEstimator::M_t > colmap::GP3PEstimator::Estimate |
( |
const std::vector< X_t > & |
points2D, |
|
|
const std::vector< Y_t > & |
points3D |
|
) |
| |
|
static |
◆ Residuals()
| void colmap::GP3PEstimator::Residuals |
( |
const std::vector< X_t > & |
points2D, |
|
|
const std::vector< Y_t > & |
points3D, |
|
|
const M_t & |
proj_matrix, |
|
|
std::vector< double > * |
residuals |
|
) |
| |
◆ kMinNumSamples
| const int colmap::GP3PEstimator::kMinNumSamples = 3 |
|
static |
◆ residual_type
The documentation for this class was generated from the following files: