0

I want to create a site that will take the original images and create a spherical panorama of them. I plan to use the finished library, but I do not know which one has this feature. I watched OpenCV, but I didn’t understand whether it could create spherical panoramas from a set of photos. Perhaps someone had experience with this issue.

  • As a starting point, have a look at [this](https://docs.opencv.org/3.4/d8/d19/tutorial_stitcher.html) tutorial. – HansHirse Mar 06 '19 at 20:32
  • This is a simple demo: [Compute coordinates from source images after stitching](https://stackoverflow.com/questions/54904718/compute-coordinates-from-source-images-after-stitching/54953792#54953792) You only need to change `Ptr warper_creator = makePtr();` to `Ptr warper_creator = makePtr();` – Kinght 金 Mar 07 '19 at 02:20

0 Answers0