Skip to content

OpenCV simple SIFT example with Anaconda and Jupyter

Notifications You must be signed in to change notification settings

igorrendulic/OpenCVSift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenCV Sift Example with Anaconda and Jupyter

Goal

Brute force search for beer

Final Result of Example

Requirements

Create environment

conda create -n siftexample python=2.7 --file req.txt

Start Anaconda Environment

source activate siftexample

Install openCV 3:

conda install -c menpo opencv3

Start Jupyter Notebook

jupyter notebook

Browser should open up Jupyter Notebook which should already contain sift_example.ipynb notebook.

Releases

No releases published

Packages

No packages published