From 23721fd07d8f02dcbffcb98d41a9da9fb2a2277a Mon Sep 17 00:00:00 2001 From: Vinta Date: Tue, 22 Jul 2014 05:56:16 +0800 Subject: [PATCH] add new section: Computer Vision --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 50bb3484..090354a2 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by - [Debugging Tools](#debugging-tools) - [Science and Data Analysis](#science-and-data-analysis) - [Data Visualization](#data-visualization) + - [Computer Vision](#computer-vision) - [Machine Learning](#machine-learning) - [Functional Programming](#functional-programming) - [MapReduce](#mapreduce) @@ -761,6 +762,13 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [Kartograph.py](https://github.com/kartograph/kartograph.py) - Rendering beautiful SVG maps in Python. * [pygal](http://pygal.org/) - A Python SVG Charts Creator. +## Computer Vision + +*Libraries for computer vision.* + +* [OpenCV](http://docs.opencv.org/trunk/index.html) +* [SimpleCV](http://simplecv.org/) - An open source framework for building computer vision applications. + ## Machine Learning *Libraries for Machine Learning.*