Skip to content

mafshar/edge-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

edge-detection

Using Computer Vision (and Machine Learning) to detect edges in images

To run:

make sure you have virtual env and virtual env wrapper; if not, type:

pip install virtualenv virtualenvwrapper

and then put these two lines in your .bashrc or .bash_profile:

# Virtualenv/VirtualenvWrapper
source /usr/local/bin/virtualenvwrapper.sh

clone the repo in your working directory and type:

. setup.sh

NOTE: if python starts to make your terminal session act strangely, type this command in terminal (assuming you have macports installed):

sudo port selfupdate && sudo port clean python27 && sudo port install python27 +readline

More to come...

About

Using Computer Vision (and Machine Learning) to detect edges in images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published