Extract Translation and Rotation from Fundamental Matrix

后端 未结 2 1454
夕颜
夕颜 2020-12-14 03:25

I am trying to retrieve translation and rotation vectors from a computed fundamental Matrix. I do use OpenCV and the general approach is from wikipedia. My Code is like this

2条回答
  •  失恋的感觉
    2020-12-14 03:41

    Please take a look at this link:

    http://isit.u-clermont1.fr/~ab/Classes/DIKU-3DCV2/Handouts/Lecture16.pdf.

    Refer to Page 2. There are two possibilities for R. The first is UWVT and the second is UWTVT. You used the second. Try the first.

提交回复
热议问题