From 8349644e0037238a7b597411e32b256ca9230f0d Mon Sep 17 00:00:00 2001 From: chencheng Date: Mon, 18 Aug 2014 18:14:52 +0800 Subject: [PATCH] add vision detection libraries --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 0f3410d..672c20e 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ A collection of awesome browser-side JavaScript libraries, resources and shiny * [Media](#media) * [Voice Command](#voice-command) * [API](#api) + * [Vision Detection](#vision-detection) * UI * [Code Highlighting](#code-highlighting) * [Loading Status](#loading-status) @@ -365,6 +366,10 @@ There're also some great commercial libraries, like [amchart](http://www.amchart * [bottleneck](https://github.com/SGrondin/bottleneck) - A powerful rate limiter that makes throttling easy. * [oauth-signature-js](https://github.com/bettiolo/oauth-signature-js) - JavaScript OAuth 1.0a signature generator for node and the browser. +## Vision Detection + +* [tracking.js](https://github.com/eduardolundgren/tracking.js) - A modern approach for Computer Vision on the web. +* [ocrad.js](https://github.com/antimatter15/ocrad.js) - OCR in Javascript via Emscripten. ## Code highlighting