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

OpenCV JavaScript version for node.js or browser

Results 37 opencv-js issues
Sort by recently updated
recently updated
newest added

First of all thank you for the amazing work. Having opecv with type safety as node module is a dream come true. I'd like to ask if this specific build...

Facing below error when i tried to implement it, Can anyone help us to sort it out? error: RangeError: Maximum call stack size exceeded at RegExp.exec () at tokenize (/Users/comp/work/mobile-app/react-mob-app/node_modules/@babel/highlight/lib/index.js:67:38)...

`cv.waitKey() is missing` is missing. Is there some other way to achieve the same behavior? or is this going to be added in the future? Thanks!

Hey there, first of all thanks for your work, really appreciating! :) I have the problem that I cannot apply the ORB algorithm that was listed as a method or...

So try to use SVDecomp method from opencv in my project, but turns out it doesnt contain the SVDecomp function. I use it in this project [min-ar-ts](https://github.com/krsbx/mind-ar-ts)

Error: opencv.js:45 Uncaught ReferenceError: Module is not defined at opencv.js:45:11 at Object. (opencv.js:5:25) at opencv.js:4:11 at Object.7512 (opencv.js:1:2) at __webpack_require__ (bootstrap:19:1) at Module.7015 (device-scan.component.ts:5:10) at __webpack_require__ (bootstrap:19:1) at Module.158 ($_lazy_route_resources|lazy|groupOptions:...

Which modules are to be added in webpack.config.js and how to add modules in webpack.config.js file? I am using Reactjs. ![image](https://user-images.githubusercontent.com/22549491/163529823-19f319bc-5e2d-4c7b-9323-c0f046cd0028.png)

Hi there, I am having an exception while using openCV with react-webcam, after few seconds opencv start throwing below error exception error is not clear to me so unable to...

`cv.QRCodeDetector` works well. But i can't find class `cv.QRCodeEncoder`, although i can find some related constant like `cv.QRCodeEncoder_CORRECT_LEVEL_Q`.

``` const faceCascade = new cv.CascadeClassifier(); const eyeCascade = new cv.CascadeClassifier(); // load pre-trained classifiers faceCascade.load("haarcascade_frontalface_default.xml"); eyeCascade.load("haarcascade_eye.xml"); ``` when I run this code in a nodejs app it doesn't work