node-opencv
node-opencv copied to clipboard
OpenCV Bindings for node.js
#315 already adds otsu's algorithm. It's just necessary to add another else branch: ``` else if (strcmp(*algorithm, "Triangle") == 0) { typ += 16; } ```
Hi, I am having problems with passing params to goodFeaturesToTrack(). Docs for this function would be very helpful. Thanks
- Added objects bindings from https://bitbucket.org/Lior/node-opencv like Algorithm, KeyPoint or Feature2D - Added new objects bindings like DMatch, DescriptorMatcher, … - Extend functions bindings of Matrix like convertHSVscale, boxFilter, type,...
Add examples for matchTemplate with and without mask. Due to #381 I forked this off of v5.0.0 commit 5fb426aa1428b3d16e7fb0b1412f44410077382e which is why it has conflicts. I'm glad to rebase it...
Hi, I'm having some trouble using meanStdDev() or meanWithMask()... can you please post an example of invocation of these methods? Thanks!
Is there a reason that `BackgroundSubtractorWrap::Init(target);` is not in init.cc along with all the other components of node-opencv? Seems like this is necessary for backgroundsubtractor to work, or am i...
My objective is to blur faces in frames of video in parallel. I'm using node-opencv so that I can use OpenCV on AWS Lambda. I have not been able to...
I was able to install via npm using the instructions on the npm page. However running the sample from there fails. ``` OpenCV Error: Bad flag (parameter or structure field)...
I have Windows 10 system and installed Visual studio 2013, python 2.7, nodejs 4.4.3 still getting error [npm-debug.txt](https://github.com/peterbraden/node-opencv/files/248319/npm-debug.txt)