All Projects → DyncKathline → ZxingScan

DyncKathline / ZxingScan

Licence: AGPL-3.0 license
基于MLKit实现二维码,条形码识别;实现微信效果样式;

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to ZxingScan

Wish
常用javaweb技术,不定期更新,欢迎讨论。
Stars: ✭ 60 (-39.39%)
Mutual labels:  zxing
Zxing
基于zxing的扫一扫,优化了扫描二维码速度,集成最新版本的jar包(zxing-core.jar 3.3.3),集成简单,速度快,可配置颜色,还有闪光灯,解析二维码图片,生成二维码等功能
Stars: ✭ 1,873 (+1791.92%)
Mutual labels:  zxing
Jsqrscanner
JavaScript QR Code scanner for HTML5 supporting browsers
Stars: ✭ 212 (+114.14%)
Mutual labels:  zxing
Zxing Typescript
Open-source, multi-format 1D/2D barcode image processing library ported from Java in TypeScript usable from node or browser
Stars: ✭ 68 (-31.31%)
Mutual labels:  zxing
Qrcodescanner
Android QR Code scanning library : QR Scanning library based on zxing for android devices API 15 and up
Stars: ✭ 117 (+18.18%)
Mutual labels:  zxing
Suiyue
碎阅APP
Stars: ✭ 177 (+78.79%)
Mutual labels:  zxing
Czxing
C++ port of ZXing and ZBar for Android.
Stars: ✭ 854 (+762.63%)
Mutual labels:  zxing
awesome-ml-demos-with-ios
The challenge projects for Inferencing machine learning models on iOS
Stars: ✭ 1,040 (+950.51%)
Mutual labels:  mlkit
Zxinglite
🔥 ZXing的精简版,优化扫码和生成二维码/条形码,内置闪光灯等功能。扫描风格支持:微信的线条样式,支付宝的网格样式。几句代码轻松拥有扫码功能 ,ZXingLite让集成更简单。(扫码识别速度快如微信)
Stars: ✭ 2,117 (+2038.38%)
Mutual labels:  zxing
Zxing Barcode
A barcode scanner based on zxing for android
Stars: ✭ 206 (+108.08%)
Mutual labels:  zxing
Searchitem
小搜搜——商品条形码/二维码搜索APP
Stars: ✭ 96 (-3.03%)
Mutual labels:  zxing
Qrandbarcodescanner
An Android app for scanning QR codes and barcodes
Stars: ✭ 114 (+15.15%)
Mutual labels:  zxing
Nbzxing
🔥 2020年最好用的开源扫码,全方位优化,强烈推荐!! 支持多种常规zxing无法扫出的码,用就完了!! 🔥
Stars: ✭ 184 (+85.86%)
Mutual labels:  zxing
Scannermapp
A QR-code and barcode acanner app built in Delphi using ZXing and TFrameStand
Stars: ✭ 65 (-34.34%)
Mutual labels:  zxing
Instascan
HTML5 QR code scanner using your webcam
Stars: ✭ 2,657 (+2583.84%)
Mutual labels:  zxing
Library
Multi-format 1D/2D barcode image processing library, usable in JavaScript ecosystem.
Stars: ✭ 1,006 (+916.16%)
Mutual labels:  zxing
Qrcodereaderview
Modification of ZXING Barcode Scanner project for easy Android QR-Code detection and AR purposes
Stars: ✭ 1,873 (+1791.92%)
Mutual labels:  zxing
ZxingTest
No description or website provided.
Stars: ✭ 35 (-64.65%)
Mutual labels:  zxing
MacGyver
🤖 A simple application using Google's MLkit library and cameraX api.
Stars: ✭ 73 (-26.26%)
Mutual labels:  mlkit
Gozxing
Port of ZXing (https://github.com/zxing/zxing) core to pure Go.
Stars: ✭ 195 (+96.97%)
Mutual labels:  zxing

ZxingScan

QRCode.java文件中提供了6种生成二维码的样式,可直接按照如下方式使用。

qrcode1.setImageBitmap(QRCode.createQRCode("http://www.tmtpost.com/2536837.html"));
qrcode2.setImageBitmap(QRCode.createQRCodeWithLogo2("http://www.jianshu.com/users/4a4eb4feee62/latest_articles", 500, QRCode.drawableToBitmap(getResources().getDrawable(R.drawable.head))));
qrcode3.setImageBitmap(QRCode.createQRCodeWithLogo3("http://www.jianshu.com/users/4a4eb4feee62/latest_articles", 500, QRCode.drawableToBitmap(getResources().getDrawable(R.drawable.head))));
qrcode4.setImageBitmap(QRCode.createQRCodeWithLogo4("http://www.jianshu.com/users/4a4eb4feee62/latest_articles", 500, QRCode.drawableToBitmap(getResources().getDrawable(R.drawable.head))));
qrcode5.setImageBitmap(QRCode.createQRCodeWithLogo5("http://www.jianshu.com/users/4a4eb4feee62/latest_articles", 500, QRCode.drawableToBitmap(getResources().getDrawable(R.drawable.head))));
qrcode6.setImageBitmap(QRCode.createQRCodeWithLogo6("http://www.jianshu.com/users/4a4eb4feee62/latest_articles", 500, QRCode.drawableToBitmap(getResources().getDrawable(R.drawable.head))));

效果图

image image

barcode

  1. 扫描速度比zxinglibrary大大提高速倍,可以和微信媲美,而且可以以任意比例进行预览。
  2. 支持识别多个二维码和条形码。
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].