From e9cbf158d5237ae4ca1479791798d9dafcd09f16 Mon Sep 17 00:00:00 2001 From: Peter Braden Date: Mon, 15 Oct 2012 13:57:34 -0700 Subject: [PATCH] better docs --- README.md | 47 ++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 38 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 81fb011..99bb2b0 100755 --- a/README.md +++ b/README.md @@ -3,7 +3,9 @@ [![Build Status](https://secure.travis-ci.org/peterbraden/node-opencv.png)](http://travis-ci.org/peterbraden/node-opencv) -[OpenCV](http://opencv.willowgarage.com/wiki/) bindings for Node.js +[OpenCV](http://opencv.willowgarage.com/wiki/) bindings for Node.js. OpenCV is the defacto computer vision library - by interfacing with it natively in node, we get powerful real time vision in js. + +People are using node-opencv to fly control quadrocoptors, detect faces from webcam images and annotate video streams. If you're using it for something cool, I'd love to hear about it! ## Install @@ -27,13 +29,12 @@ Or to build the repo: cv.readImage("./examples/test.jpg", function(err, im){ - im.detectObject("./data/haarcascade_frontalface_alt.xml", {}, function(err, faces){ + im.detectObject("./data/haarcascade_frontalface_alt.xml", {}, function(err, faces){ for (var i=0;i