码迷,mamicode.com
首页 > 其他好文 > 详细

Camera Calibration's fx and fy do Cares in SLAM

时间:2016-06-23 22:17:11      阅读:180      评论:0      收藏:0      [点我收藏+]

标签:

In my original thinking, fx and fy, which are focus lenth of camera, is trivial.  They play a role of just an actually non-sense part to the final output.

Today I test ORB-SLAM2 with my own video.

I inherit the kitti00-02.yaml config file. That means, I use their fx and fy.

It turns out Traking module not working correctly.

Then I do another test. I changed Tum1.yaml to different fx and fy values to check whether it matters.

Results are shocking. Tracking can be lost.

Here are the ScreenShot.

 

after change,

fx:100.306408 ( his raw values 517.306408)

fy:100.469215 (his raw values 516.469215)

Trajectory:  Nothing out.

 

技术分享

 

 

Then I test another change version. i.e., fx= 350.306408     fy=516.469215

Sometimes it tracks, sometimes it get lost. And the trajec is different from the origial.

技术分享

 Another puzzling phenomenon is that same setting, different output.

This time is this, next time it changes though fx and fy remain the same. Why

The same fx and fy as above. Traje Output is:

技术分享

Camera Calibration's fx and fy do Cares in SLAM

标签:

原文地址:http://www.cnblogs.com/stevenxiu/p/5612303.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!