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