mirror of
https://github.com/peterbraden/node-opencv.git
synced 2025-12-08 19:45:55 +00:00
readme
This commit is contained in:
parent
403a62dbba
commit
a911fe3dc1
24
README.md
Normal file
24
README.md
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
# node-opencv
|
||||||
|
|
||||||
|
[OpenCV](http://opencv.willowgarage.com/wiki/) bindings for Node.js
|
||||||
|
|
||||||
|
## Install
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
## Links (WIP these are resources that I'm working from)
|
||||||
|
|
||||||
|
- http://syskall.com/how-to-write-your-own-native-nodejs-extension
|
||||||
|
- https://github.com/pquerna/node-extension-examples/blob/master/helloworld_eio/helloworld_eio.cc
|
||||||
|
- http://code.google.com/p/waf/
|
||||||
|
- http://www.cs.iit.edu/~agam/cs512/lect-notes/opencv-intro/opencv-intro.html
|
||||||
|
- http://opencv.willowgarage.com/documentation/cpp/core_basic_structures.html#point
|
||||||
|
- http://bespin.cz/~ondras/html/classv8_1_1NumberObject.html
|
||||||
|
- http://bespin.cz/~ondras/html/index.html
|
||||||
|
- http://v8cgi.googlecode.com/svn-history/r963/trunk/src/macros.h
|
||||||
Loading…
x
Reference in New Issue
Block a user