node-opencv icon indicating copy to clipboard operation
node-opencv copied to clipboard

OpenCV Bindings for node.js

Results 101 node-opencv issues
Sort by recently updated
recently updated
newest added

**Describe the bug** When running ``sudo npm i opencv``, I get the following error: ``` mkocherov@R9301986:/mnt/c/Users/mkocherov/Documents/Scratch/SrPrj2/scratch-vm/src/extensions/scratch3_palmreader$ sudo npm install opencv npm ERR! code 1 npm ERR! path /mnt/c/Users/mkocherov/Documents/Scratch/SrPrj2/scratch-vm/node_modules/opencv npm ERR!...

bug

brew install opencv@2 Error: opencv@2 has been disabled because it is not supported upstream!

bug

**Describe the bug** Can't install opencv on windows 10, followed the readme instructions. Also searched for past issues but they are all closed without answers/solutions.. Tried with OpenCV 4.3.0 &...

bug

**Describe the bug** Unable to install opencv with "npm install opencv". I have : > theo@iMac-Pro-de-Theo bin % npm i opencv > > [email protected] install /usr/local/bin/node_modules/opencv > node-gyp rebuild >...

bug

Can opencv-nodejs read h264 video?

**Describe the bug** I am trying to install this library on MacOS BigSur 12.2.3 for a proof of concept, however the installation crashes with too many errors (literally) **To Reproduce**...

bug

I'm trying to upscale an image using the INTER_NEAREST interpolation and it doesn't seem to be working when compared to the results of an identical python script. `image.resize(4, 4, cv.Constants.INTER_NEAREST);`...

bug

I'd like to use the OpenCV Stitcher class (http://docs.opencv.org/modules/stitching/doc/stitching.html) from Node. I'm new to node-opencv, but at first review it doesn't seem like the Stitcher class is currently exposed. Is...

I read the image, convert to grayscale, use gaussian blur, use canny, and now I started with findContours(). This is where the problem starts. It finds the contours - sometimes...

bug

Fix occasional segfault when running examples/readimage.js