OpenCV extrinsic camera from feature points

后端 未结 2 1520
自闭症患者
自闭症患者 2020-12-14 04:44

How do I retrieve the rotation matrix, the translation vector and maybe some scaling factors of each camera using OpenCV when I have pictures of an object from the view of e

2条回答
  •  南方客
    南方客 (楼主)
    2020-12-14 05:01

    Are these static cameras which you wish to calibrate for future use as a stereo pair? In this case you would want to use the cv::stereoCalibrate() function. OpenCV contains some sample code, one of which is stereo_calib.cpp which may be worth investigating.

提交回复
热议问题