C# 条形码操作 winform
立即下载
资源介绍:
介绍通过C#生成和读取一维码、二维码的操作。文章地址:http://www.cnblogs.com/polk6/p/5052786.html
That demo shows the way of decoding barcodes from webcam image with the use of EmguCV.
There are two ways to do that:
* Use the default BarcodeReader from ZXing.Net which accepts a System.Drawing.Bitmap as the input (simplest way)
* Write your own luminance source class which accepts the Image class from EmguCV (simple way)
The demo shows the second one which needs a custom luminance source.
The following class is needed
* ImageLuminanceSource: calculating the luminance values based upon a Image
The next two classes are nice to have but only needed to have clear class structure:
* IBarcodeReaderImage: interface for the customized barcode reader
* BarcodeReaderImage: barcode reader class which is derived from BarcodeReaderGeneric.
It is needed for the ImageLuminanceSource instance which the BarcodeReaderGeneric consumes.
资源文件列表:
EX30-条形码.zip 大约有1497个文件