ppwwyyxx / OpenPano

Automatic Panorama Stitching From Scratch
MIT License
1.86k stars 553 forks source link

Request for more Technical documents #64

Closed MehulAjax21 closed 6 years ago

MehulAjax21 commented 6 years ago

Hi Yuxin,

I was trying to play with the library and i was really impressed by its results. Out of curiosity, I wanted to know the exact details of why some things are done in the way they are done. I have read the paper "Automatic Panoramic Image Stitching using Invariant Features" and also your blog on the matter.

I wanted to know is there any other document/Material/Book which explains most things. Example: I found you mentioned MVG in your comments a lot. Which book is that?

Regards, Mehul Saxena

ppwwyyxx commented 6 years ago

MVG means Multi View Geometry. This book should contain all the details you need.

MehulAjax21 commented 6 years ago

Thank you Yuxin for the answer. I bought the book and learnt a lot on vision geometry. I am pretty new to vision geometry so it helped me a lot. I wanted to know the theory or mathematics behind update_proj_range() function and homo2proj() method. It will be very helpful for me. Thanks