搜索资源列表
scannerread
- 条码扫描和打印,还有数据库的操作 已成功用于广州马瑞利
code
- 图像条码识别,识别通过bmp图像中39码和128码,识别速度快,准确度高,用于直接识别扫描仪扫描的图像中的条码。
TheResearchofBarCodeImageProcessingSystemWithDefil
- 本文介绍了应用于有污损条码的图像采集与处理系统。该系统基于数码相机的图像摄入模式,通过DSP(数字信号处 理器)进行图像采集控制,图像去噪、分割等处理,最后由PC机对条码进行识读并显示。研究了系统的硬件组成、软件设计。 应用此系统能够快速的采集并分割有污损的条码图像,并准确的对条码进行识读与显示。弥补了传统基于光电扫描模式对 有污损条码识读能力差的缺陷。
Supermarket_cash_register
- 用LPC2210开发的一个简易超市收银机,可以实现条码扫描和液晶显示,可设定零售额度-LPC2210 development with a simple supermarket cash register, you can realize the barcode scanning and liquid crystal display can be set up retail sales degree
Code39builder
- 完整的打印code39码条码的代码,可以自己定义条码宽窄比,生成并打印条码,用普通打印机打印A4,用通用扫描仪扫描通过-Complete printing code39 bar code code code, you can define its own bar width ratio, to generate and print bar codes, using an ordinary printer A4, with the adoption of universal scanner
Barcode
- 条码生成器,打印后可以被扫描设备扫描。支持18种类型。-Barcode generator。It can be scanned after printed. Support 18 types barcode
1234567890tiaomashengcheng20100915111700
- 这个源代码是一款UPC-E/A 类型条码创建和读取示例,UPC-E/A条形码广泛应用于商业零售终端。该示例主要功能可以创建6位和12位UPC-E/A条形码,并保存为JPG图片。程序同时还具有扫描识别JPG图片格式的条形码图片,识别率准确率挺高,即使比较模糊的条码图片也可以顺利识别,作者开发时是基于一个嵌入式条形码读取照相机来进行读取。功能比较不错。-The source code is a UPC-E/A type of bar code to create and read the sampl
saomiaoqiang
- 分享C#实现code39条码生成扫描枪能识别功能的代码-Share the C# implementation code39 barcode scanner can generate code for recognition
pdf417lib-c-2012
- 条码扫描格式PDF417 C程序库
Threshold-And-Label
- 阈值和标签类型的识别,可以对条码进行扫描和辨别-Threshold and tag type identification, bar code can be scanned and identify
BarcodeCamera
- 扫描条码同步取摄像头照片,并以条码名保存JPG图片。-Barcode scanning camera synchronization to take photos, and save the bar code name JPG image.
QRCode-Decoder
- QRCode decoder SDK是一个强大,高效率和快速搜索, 检测, 定位QRCode 条码的图像扫描开发工具包。QRCode条形码可以在一个小图像上储存大量的数据,最大可达到7089位数字,4296个字母,2953二进制数据,1817日文字符。而一维条码通常用于存储一个记录或帐号,然后必须从数据库中检索,以便获得额外的信息。 QRCode条码通常可以存储所有信息或一个特定的记录。利用QRCode条形码,开发者可以不必进行数据库信息检索就可以直接从识别得到的数据中得到所有详细资料。
条码识别
- Image primaryImage = Image.FromFile(fileName); Bitmap pImg = MakeGrayscale3((Bitmap)primaryImage); using (ZBar.ImageScanner scanner = new ZBar.ImageScanner()) { List<ZBar.Symbol> symbols = new List<ZBar.Symbol>(); System.Diagnostics.