# node-opencv [![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 ## Install You'll need OpenCV 2.3.1 installed. Then: npm install opencv Or to build the repo: node-gyp rebuild ## Examples ### Face Detection cv.readImage("./examples/test.jpg", function(err, im){ im.detectObject("./data/haarcascade_frontalface_alt.xml", {}, function(err, faces){ for (var i=0;i