3d reconstruction from 2 images without info about the camera

前端 未结 3 869
日久生厌
日久生厌 2020-12-12 13:42

I\'m new in this field and I\'m trying to model a simple scene in 3d out of 2d images and I dont have any info about cameras. I know that there are 3 options:

3条回答
  •  失恋的感觉
    2020-12-12 14:33

    I think you need to use StereoRectify to rectify your images and get Q. This function needs two parameters (R and T) the rotation and translation between two cameras. So you can compute the parameters using solvePnP. This function needs some 3d real coordinates of the certain object and 2d points in images and their corresponding points

提交回复
热议问题