Ask Your Question

pbologna's profile - activity

2017-09-30 13:53:54 -0600 received badge  Student (source)
2014-02-20 11:59:37 -0600 asked a question overlay between two Equirectangular/Spherical projections

Hello,
I should realize an algorithm/function (in C++) to overlay two Equirectangular/Spherical projections like the following:

pano1
pano2

Can you address me in doing this?
Does OpenCV already contain something that may be of help?
Naturally Verticals should be preserved while searching the best fitting and modifying just one image (pano2) to overlay in the best way over the other (pano1).
If OpenCV can't do this alone I'd really appreciate if you can anyway point me to the right path.

Thanks in advance