svo
Semi-Direct Visual Odometry
Namespaces | Typedefs | Functions
include/svo/pose_optimizer.h File Reference
#include <svo/global.h>

Go to the source code of this file.

Namespaces

namespace  svo
namespace  svo::pose_optimizer
 

Motion-only bundle adjustment. Minimize the reprojection error of a single frame.


Typedefs

typedef Matrix< double, 6, 6 > svo::Matrix6d
typedef Matrix< double, 2, 6 > svo::Matrix26d
typedef Matrix< double, 6, 1 > svo::Vector6d

Functions

void svo::pose_optimizer::optimizeGaussNewton (const double reproj_thresh, const size_t n_iter, const bool verbose, FramePtr &frame, double &estimated_scale, double &error_init, double &error_final, size_t &num_obs)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines