Hi,
I'm trying to create a 360° Pamorma, so I used the OpenCV Stichling Library. I found an interesting and pretty well working code in github. https://github.com/Itseez/opencv/blob/master/samples/cpp/stitching.cpp
The result is nearly perfect, but if I render this image as a sphere the color/brightness of the beginning and the end doesn't fit very well.
Is there an easy improvement to fix this issue? I don't want to rewrite the complete algorithm. :)