Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

黑白反色二维码和倾斜的二维码 #59

Open
liuyifang1121 opened this issue Dec 25, 2024 · 1 comment
Open

黑白反色二维码和倾斜的二维码 #59

liuyifang1121 opened this issue Dec 25, 2024 · 1 comment

Comments

@liuyifang1121
Copy link

试过mlkit套件和这个库的app,这个库没有办法识别这种黑白相反的图片
黑白二维码

然后使用ml库像上面那张图片就能秒识别。但是ml库又有一个问题:
下面的这个倾斜的二维码识别要将手机顶部向持手机的人倾斜一点才行(要和二维码保持水平平行才行),而WeChat的又是秒识别这种倾斜的图片。
倾斜二维码

WeChat有办法识别黑白相反的那种弄二维码吗

@jenly1314
Copy link
Owner

目前只有 ZXingLite 提供了识别反色码的配置;如果想要WeChatQRCode 也支持识别反色码,你可以参考 ZXingLite 的实现思路去实现(核心思想:将帧数据进行颜色反转)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants