Skip to content

A simple tool to convert images taken from mirrored-spheres to panoramas.

Notifications You must be signed in to change notification settings

luctrudeau/Sphere2Pano

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Sphere2Pano

Sphere2Pano is a simple tool to convert image taken from mirrored-spheres to panoramas.

Here's a small video demonstrating the idea IMAGE ALT TEXT HERE

##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

About

A simple tool to convert images taken from mirrored-spheres to panoramas.

http://luctrudeau.github.io/Sphere2Pano

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published