1 Star 1 Fork 0

Yee L. / PBA_Ceres

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

PBA_ceres

How to run the code :

First , install boost filesystem:

sudo apt-get install libboost-dev libboost-filesystem-dev

Second, install ceres from weblink:

ceres solver from google

then, build the code:

mkdir build
cd ./build
cmake ..
make

To run the algorithm:

./PBACeres ../Teng/

The result record:

For PBA Ceres Version , when running on Yee's computer(i5, 16G) test with Teng dataset, the time consuming should be around 0.074392s, 9 iterations , Final cost should be 6.356632e-03. Initial cost is 5.516455e+01 . Calibration parameters should be:

calibration.K(0,0) = 525;
calibration.K(1,1) = 525;
calibration.K(2,2) = 1;
calibration.K(0,2) = 639.5;
calibration.K(1,2) = 479.5;

For Liang's dataset, when running on Yee's computer(i5, 16G), the time consuming should be around 6.5s, 37 iterations, Final Cost should be 1.482363e-02. Calibration parameters should be:

calibration.K(0,0) = 923.5295;
calibration.K(1,1) = 922.2418;
calibration.K(2,2) = 1;
calibration.K(0,2) = 507.2222;
calibration.K(1,2) = 383.5822;

空文件

简介

暂无描述 展开 收起
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/skyridermike/PBA.git
git@gitee.com:skyridermike/PBA.git
skyridermike
PBA
PBA_Ceres
master

搜索帮助