Ask Your Question
1

Captured image viewpoint changing

asked 2012-12-28 09:52:19 -0600

mefmef gravatar image

i have a picture that captured from a fixed position [X Y Z] and angle [Pitch Yaw Roll] and a focal length of F (i think this information is called camera matrix)

enter image description here

i want to change the captured picture to a different position like it was taken in up position

the result image should be like:

enter image description here

in fact i have picture taken from this position:

enter image description here

and i want to change my picture in a way that it was taken in this position:

enter image description here

i hope that i could express my problem.

thnx in advance

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2013-01-01 05:48:57 -0600

One frame does not content enough information for such transformation. You must have full 3D model of object to reconstruct scene from other view point. The only things you can do is to warp your image with warpAffine or warpPerspective functions.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2012-12-28 09:52:19 -0600

Seen: 737 times

Last updated: Jan 01 '13