摘要: 1、先在https://cli.im/text生成需要识别的二维码。 2、调用opencv4中的QRCodeDetector类中的函数detectAndDecode进行识别。 代码QR.cpp如下: #include<iostream>#include<opencv2/opencv.hpp> usi 阅读全文