#include <Eigen/Core>
#include <opencv2/features2d/features2d.hpp>
Go to the source code of this file.
Functions | |
void | getTransformFromMatchesG2O (const Node *earlier_node, const Node *newer_node, const std::vector< cv::DMatch > &matches, Eigen::Matrix4f &transformation_estimate, int iterations=10) |
Do sparse bundle adjustment for the node pair. |
void getTransformFromMatchesG2O | ( | const Node * | earlier_node, |
const Node * | newer_node, | ||
const std::vector< cv::DMatch > & | matches, | ||
Eigen::Matrix4f & | transformation_estimate, | ||
int | iterations | ||
) |
Do sparse bundle adjustment for the node pair.
Definition at line 126 of file transformation_estimation.cpp.