From 1eda49e05a105717cf58fd39d038912c6759b41e Mon Sep 17 00:00:00 2001 From: PETER_GAO Date: Wed, 16 Jul 2014 11:35:21 -0700 Subject: [PATCH] Add SimpleCV for python --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1f395a2..db9791f 100644 --- a/README.md +++ b/README.md @@ -320,6 +320,10 @@ on MNIST digits[DEEP LEARNING] ## Python +#### Computer Vision + +* [SimpleCV](http://simplecv.org/) - An open source computer vision framework that gives access to several high-powered computer vision libraries, such as OpenCV. Written on Python and runs on Mac, Windows, and Ubuntu Linux. + #### Natural Language Processing * [NLTK](http://www.nltk.org/) - A leading platform for building Python programs to work with human language data.