opencv-node
opencv-node copied to clipboard
Use OpenCV with node.js
I felt something is a little off about `cv.minMaxLoc()`. > http://docs.opencv.org/modules/core/doc/operations_on_arrays.html?highlight=minmaxloc#minmaxloc > Python: cv2.minMaxLoc(src[, mask]) → minVal, maxVal, minLoc, maxLoc > C: void cvMinMaxLoc(const CvArr\* arr, double\* min_val, double\* max_val,...
I tried to setup opencv-node to run using VS2012 on windows 7 with little success. I'm kind of new to this and understand VS 2012 might not be supported right...
I added cv.matchTemplate() http://docs.opencv.org/modules/imgproc/doc/object_detection.html?highlight=matchtemplate I compiled this with Bea tool(latest version), and `cv.matchTemplate()` worked fine. However, in my pc, Bea tool makes too large diff, like [this commit](https://github.com/ayapi/opencv-node/commit/9e2476a819e93e8ad81b1268c641163eb9fdb50a#diff-3) So I'd...
Added exposure for cv::emencode. It is added under manual, since it returns a node::buffer for performance reasons.
this compiles on my machine for issue #7
Hello, I've tried to populate a matrix myself, for example have a matrix 3x3: 1 3 5 2 4 6 7 8 9 But I couldn't find a way to...
OS: Windows 7 I have an error on install - it looks like it can't find 'cv.hpp'. Any ideas on how I should get this file and put it in...
Hi! Thanks for putting this awesome module together. I'd really like to use it, but I keep getting this error...when you have a sec, could you take a peek? thanks!...
node 0.8.14 npm 1.1.65 osx 10.7.4 Running `npm install opencv-node` fails as follows. ``` > [email protected] install /Users/mrluc/projects/scratch/cv2/node_modules/opencv-node > node-gyp configure build CXX(target) Release/obj.target/addon/src/addon.o In file included from /usr/local/include/opencv2/flann/params.h:33, from...
Hi In ubuntu I did npm install -g opencv-node and put all opencv-node files in opencv-node_CPP folder and i get this error: rgap@ubuntu:~/opencv-node_CPP$ coffee scripts/tests.coffee Error: Cannot find module '../build/Release/addon.node'...