Skip to content

Latest commit

 

History

History

qrcode_wechatqrcode

WeChatQRCode

WeChatQRCode for detecting and parsing QR Code, contributed by WeChat Computer Vision Team (WeChatCV). Visit opencv/opencv_contrib/modules/wechat_qrcode for more details.

Notes:

  • Model source: opencv/opencv_3rdparty:wechat_qrcode_20210119
  • The APIs cv::wechat_qrcode::WeChatQRCode (C++) & cv.wechat_qrcode_WeChatQRCode (Python) are both designed to run on default backend (OpenCV) and target (CPU) only. Therefore, benchmark results of this model are only available on CPU devices, until the APIs are updated with setting backends and targets.

Demo

Run the following command to try the demo:

# detect on camera input
python demo.py
# detect on an image
python demo.py --input /path/to/image -v

# get help regarding various parameters
python demo.py --help

Example outputs

webcam demo

License

All files in this directory are licensed under Apache 2.0 License.

Reference: