node-opencv/README.md
Peter Braden 468034d329 WIP
2012-01-18 01:37:09 -08:00

1.0 KiB

node-opencv

OpenCV bindings for Node.js

Install

You'll need OpenCV installed. I'm using v2.2 because I couldn't get 2.3 to compile, but it should theoretically work with 2.3

Then: node-waf configure && node-waf build

TODO: npm install opencv

WIP

This is a WIP. I've never written C++ before so the code may be interesting - if I'm doing stuff wrong please feel free to correct me.