ppwwyyxx / OpenPano

Automatic Panorama Stitching From Scratch
MIT License
1.86k stars 553 forks source link

Spherical panorama #72

Closed jimu1997 closed 6 years ago

jimu1997 commented 6 years ago

@ppwwyyxx Hi~thanks for sharing your work. I want to make a spherical panorama. But I can only get a cylindrical panorama when I input the image.Would you tell me how to generate a spherical panorama?

ppwwyyxx commented 6 years ago

What do you mean by spherical panorama?

jimu1997 commented 6 years ago

I want to get the picture you showed in the example [Carnegie Mellon University from 38 images. https://github.com/ppwwyyxx/OpenPano/blob/master/results/apple.jpg I can't get this round picture. I can only get a rectangular picture like https://github.com/ppwwyyxx/OpenPano/blob/master/results/CMU0-all.jpg

ppwwyyxx commented 6 years ago

It's the planet() function in main.cc. You can look at the code for details.