Ask Your Question
0

I have two images of same scene but the second images is rotated and scaled

asked 2016-01-02 01:05:49 -0600

Himanshus gravatar image

updated 2016-01-02 03:30:09 -0600

i want to calculate rotation and scaling factor b/w both imaegs using RANSAC algorithm. Can anyone please tell me how to do this . I am using opencv and c++ for implementation ..

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2016-01-02 03:32:31 -0600

You can start here: http://docs.opencv.org/2.4/doc/tutori...

The homography also contains a translation, if you really only have a rotation and scale, you'll have to implement the RANSAC yourself.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2016-01-02 01:05:49 -0600

Seen: 229 times

Last updated: Jan 02 '16