C# ZXing.net解码测试(QRCode、DataMatrix、1D-Barcode一维码条码)

实现效果:

C# ZXing.Net解码功能测试(QRCode, DataMatrix, 1D Barcode一维条形码)

 实现步骤:

1、需要的包及对应版本:

① ZXing.Net v0.16.8

② OpenCvSharp4.Windows v4.6.0

③ OpenCvSharp4.Extensions

2、实现源码与测试效果:

① 实现源码:

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;

using OpenCvSh

猜你喜欢

转载自blog.csdn.net/stq054188/article/details/127029356