#Sphere2Pano
Sphere2Pano is a simple tool to convert image taken from mirrored-spheres to panoramas.
Here's a small video demonstrating the idea
##Dependencies:
##Installation: ###MacOS (via brew): Open a terminal and enter the following commands:
- First, install brew
ruby -e "$(curl -kfsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
- Next, add homebrew/science
brew tap homebrew/science
- Now, we can install OpenCV using brew
brew install opencv
- Almost there, open you python folder
cd /Library/Python/2.7/site-packages/
- Add the link to OpenCV
ln -s /usr/local/Cellar/opencv/2.4.10/lib/python2.7/site-packages/cv.py cv.py
ln -s /usr/local/Cellar/opencv/2.4.10/lib/python2.7/site-packages/cv2.so cv2.so
##Start:
python Server.py