spgriffin / OpenCVSift

OpenCV simple SIFT example with Anaconda and Jupyter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

OpenCV simple SIFT example with Anaconda and Jupyter


Languages

Language:Jupyter Notebook 100.0%