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
Categories
Cylindrical Image Warping for Panorama Stitching
Warp image to cylindrical coordinates using Python OpenCV, for making panoramas.