简体   繁体   中英

QrCodeDetector on Opencv.js

I'm trying to implement a QrCode detector web application using Opencv.Js For function like findcountour , GaussianBlur , all is fine but seems like cv.QRCodeDetector() is missing.

 let detector = cv.QRCodeDetector()

gives

cv.QRCodeDetector is not a function

It is included in the version I am currently using (4.5.2). Try updating your OpenCV version.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM