1 Star 1 Fork 0

梁永裕 / Matlab-Graph-Optimization

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

This is a matlab code package for nonlinear least squares optimization, based on the well-known concept--Factor Graph.

Organization

  1. Data: store the data to be processed
  2. Factor: the edge and node
  3. g2o_files: core, provide the main framework of the nonlinear least squares
  4. Math: provide the mathematical operation like so3_exp,...
  5. auxilliary: others
  6. Geometry: some operations on geometry such as triangulation
  7. Doc: two tutorial notes

Document

  1. A tutorial for Optimization on Manifold
  2. A tutorial for Graph Optimization

Customization

This code allows users to define new variable nodes and new factors/edges/cost functions. The framework is reorganized with necessary warnings for the extension of the new node and new edge.

  1. When the new node is defined, the information needs to be given in the “GetNodeTypeDimension”, “SetNodeDefaultValue” and “update_state”.
  2. When the new edge is defined, the information needs to be given in “GetFactorX_format” and “GetEdgeTypeDimension”.

Examples for study/use

  1. When you want to perform the estimation for 2D RGBD case, just run “Example_VictoriaPark.m”.
  2. When you want to perform the estimation for 3D vision case, just run “Vision_Example_Small.m”.

Updates

  1. Any variable can be fix in the process of optimization
  2. Schur decomposition has been added
  3. Levenberg-Marquart and Powell's Dogleg have been added
  4. A novel IMU factor for VINS has been added
  5. Parallax vision factors have been added
  6. VisionTest fator has been added

空文件

简介

取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/liang_yong_yu/Matlab-Graph-Optimization.git
git@gitee.com:liang_yong_yu/Matlab-Graph-Optimization.git
liang_yong_yu
Matlab-Graph-Optimization
Matlab-Graph-Optimization
master

搜索帮助