jenly1314 / WeChatQRCode

⛄ 基于OpenCV开源的微信二维码引擎移植的二维码扫码识别库
https://jenly1314.github.io/WeChatQRCode/
Apache License 2.0
607 stars 120 forks source link

怎么控制只识别框范围里的二维码呢? #10

Closed lpz0715 closed 2 years ago

lpz0715 commented 2 years ago

怎么控制只识别框范围里的二维码呢?

jenly1314 commented 2 years ago

自定义实现一个 Analyzer,截取部分预览区域进行识别,实现逻辑处理可参考:AreaRectAnalyzer