Ask Your Question
0

homography in stitching class

asked 2015-10-24 05:25:36 -0600

updated 2015-10-24 05:26:58 -0600

Is OpenCV's stitching class using the function "findHomogragy" or any other function? I can't find it in the stitching class.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2015-10-24 05:34:41 -0600

LorenaGdL gravatar image

In this documentation page you can find everything about the Stitching class: http://docs.opencv.org/modules/stitch...

Take a look at the Stitching pipeline to have an idea of the whole process

edit flag offensive delete link more

Comments

I can't find the homography in the code and provided pipeline there. Can you please help with a little hint?

Ayesha Siddique gravatar imageAyesha Siddique ( 2015-10-25 04:46:42 -0600 )edit
1

I don't really know what you're exactly expecting to find, the Stitching class is complex and there's not a single homography function that solves the whole problem. As you can see, features are found and matched, and then it estimates cameras parameters and rotations (you can see there's a detail::HomographyBasedEstimator function, if that is what you're looking for...). If you want to know more, I'd recommend you to read the paper used to implement the pipeline (as stated in the docs, it's M .Brown and D. Lowe. Automatic Panoramic Image Stitching using Invariant Features. International Journal of Computer Vision, 74(1), pages 59-73, 200)

LorenaGdL gravatar imageLorenaGdL ( 2015-10-25 05:21:39 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2015-10-24 05:25:36 -0600

Seen: 208 times

Last updated: Oct 24 '15