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

自研二维码识别库 #1

Open
wacky6 opened this issue Jan 28, 2018 · 0 comments
Open

自研二维码识别库 #1

wacky6 opened this issue Jan 28, 2018 · 0 comments

Comments

@wacky6
Copy link
Member

wacky6 commented Jan 28, 2018

现有外部库的可靠性可能拙计:

  1. 用ts,看不懂、改不了,只能hack bundle
  2. 版本升级导致性能(40ms -> 200-400ms)严重下降,浪费大量时间hack到实时扫描可接受的性能
  3. 因原始版本解码器有bug,不得不升级
  4. 版本升级导致暴露的接口大面积非兼容改动

自研提升幸福感?

  • 考虑支持data matrix,进一步缩小代表牌二维码尺寸。
  • 考虑反色二维码(编码可能是:0白1黑 + 0黑1白)
  • 为代表牌设计优化二元化算法

hacked: cde2b36

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

1 participant