Categories
graphics opencv programming python vision

Cylindrical Image Warping for Panorama Stitching

Warp image to cylindrical coordinates using Python OpenCV, for making panoramas.


Hey-o
Just sharing a code snippet to warp images to cylindrical coordinates, in case you’re stitching panoramas in Python OpenCV…
This is an improved version from what I had in class some time ago…
It runs VERY fast. No loops involved, all matrix operations. In C++ this code would look gnarly.. Thanks Numpy!
Enjoy!
Roy

Leave a Reply

Your email address will not be published. Required fields are marked *