Perspective Warping in OpenCV based on know camera orientation

后端 未结 3 1925
孤城傲影
孤城傲影 2021-01-05 14:11

I am working on a project which attempts to remove the perspective distortion from an image based on the known orientation of the camera. My thinking is that I can create a

3条回答
  •  爱一瞬间的悲伤
    2021-01-05 14:53

    The Wikipedia page on rotation matrices shows how it is possible to combine the three basic rotation matrices into one.

提交回复
热议问题