Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

is it possible to get camera orientation by rectangle perspective?

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 to shape to be a square....

is it possible to get camera orientation by rectangle perspective?

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 to the shape to be a square....

i searched google for a while but could not figure out how to do this.

is it possible to get camera orientation by rectangle perspective?

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 how to do this.a solid method

is it possible to get camera orientation by rectangle perspective?

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 methodmethod ... is it really possible?