is it possible to get camera orientation by rectangle perspective?

asked 2017-08-28 15:34:24 -0600

shelpermisc gravatar image

updated 2017-08-29 10:46:38 -0600

if I have a camera that has known interior parameters. is it possible to determine camera orientation (Yaw, pitch, roll) against an imaged rectangle without knowing the rectangle's size and width/length ratio?

I found a paper titled " determining camera parameters from the perspective projection of a rectangle" at here but it turned out i cannot get correct answers using their methods. I tried openCV's function "solvePnP" but that seems to need to know the width and length ratio of the rectangle, or it needs the shape to be a square....

i searched google for a while but could not figure out a solid method ... is it really possible?

edit retag flag offensive close merge delete