zoukankan      html  css  js  c++  java
  • Camera Calibration's fx and fy do Cares in SLAM

    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:

  • 相关阅读:
    Demo
    Demo
    Demo
    Demo
    Demo
    【csp模拟赛6】树上统计-启发式合并,线段树合并
    【csp模拟赛6】计数--单调栈
    【csp模拟赛6】相遇--LCA
    【poj1734】Sightseeing trip--无向图最小环
    【poj2709】Painter--贪心
  • 原文地址:https://www.cnblogs.com/stevenxiu/p/5612303.html
Copyright © 2011-2022 走看看