搜索资源列表
pdf417_enc.3.8.tar
- 能自动将字符编码成PDF417的二维条形码,并打印成PS文件-automatically character encoding into PDF417 two-dimensional bar code and print documents into PS
一维条形码打印系统
- 条形码的生成原理: 条形码的第一数据部分是由 7个数字形成的,其形成的方法详述如下: n 首先使用 产生和 匹配的字母码,该字母码有6个字母组成,字母限于A和B。产生字母码的列表如下 字母码 0 AAA 1 AABABB 2 AABBAB 3 AABBBA 4 ABAABB 5 ABBAAB 6 ABBBAA 7 ABABAB 8 ABABBA 9 ABBABA 表一 映射表 n 将 和 产生的字母码按位进行搭配,来产
modAddBarCode
- 生成条码图片的VB模块,阿为能够2了当初用的是什么规范的了,是数据前后加*号的那种. 传入条码的内容(尽量避免使用*号),picturebox控件,输出路径-VB module, A for the first two to the norms of what is the increase of data before and after the kind of asterisk. The introduction of bar code (try to avoid using *), p
PDF417test
- 二维条码生成解析器 以动态库(DLL)方式或COM组件方式提供20余种一维条码和二维条码编码/解码控件,供二次开发。具体控件包括:条码编码控件、条码解码控件、图像压缩控件、串口通讯控件等。 -two-dimensional bar code generated parser in a dynamic library (DLL) or COM provided more than 20 types of one-dimensional bar code and two-dimension
qrcode_js
- 手机内嵌二维条码图像识别的JAVA的源程序,强烈推荐下载。-phone 2D bar code embedded Java Image Recognition of the source and strongly recommended download.
tiaoxingma
- barcode: 条形码识别,直接运行程序即可; pdf417lib:二维条形码打印(输出为ps格式的文件),在书中第6章二维条形码打印部分有程序使用的说明; 条形码生成器源程序:生成一维条形码,直接运行程序即可;-barcode : barcode recognition, can run the program directly; Pdf417lib : two-dimensional bar code printing (ps output files), in Chapter 6
pdf417lib
- 二维条形码PDF417的识别程序。VC6下编译通过。-PDF417 two-dimensional bar code identification procedures. VC6 under compile.
bar_code_generator
- 一维条形码的自动生成程序,可以做一些简单的处理。-one-dimensional bar code automatically generate the procedures, they can do some simple treatment.
vc_image_identify
- Visual C++数字图像识别技术典型案例 著者: 苏彦华等编著 本书详细地介绍了数字图像处理的基本概念和技术,以及数字图像处理和计算视觉领域的几个应用实例,包括指纹识别系统、数字水印技术、条形码技术、印鉴鉴定系统、光学字符识别技术、基于视觉的手势识别系统。-Visual C Digital Image Recognition Technology typical cases Author : Su-edited the book detailed presentation of the
QR_Image_Source
- 二维条形码编码程序,QRcode编码,支持QR Code model 2和纠错码。-Two-dimensional bar code encoding process, QRcode coding, support QR Code model 2 and the error-correcting codes.
code
- 7个案例代码包含了指纹识别、数字水印算法、手势识别、印鉴鉴定、条形码识别(一位条码、pdf417)的相关代码。-7 cases the code contains a fingerprint recognition, digital watermarking algorithms, gesture recognition, seal identification, bar code identification (a barcode, pdf417) the relevant code.
barcode
- 基于图像的条形码识别程序(识别EAN13码),只要条形码的背景部分是纯色,程序就能有相当强的鲁棒性。-Image-based bar code recognition program (recognize EAN13 code), as long as the background of the bar code is solid, the program can be quite strongly robust.
libdecodeqr-0.9.3
- QR code是最近很熱門的二維條碼,常可以在網站上看到,主要用來對url、文字、電話號碼或簡訊作編碼,然後透過手機上的CMOS相機作辨識。-QR code is the latest very popular two-dimensional bar code, and often can be seen on the website is mainly used on the url, text, phone number, or newsletter for coding, and then
VB_WebCam
- Capture WebCam and Save Picture in JPEG format . This Code is a collection of some code from this site from vb, c# and connverted to be core VB6 code .-Capture WebCam and Save Picture in JPEG format. This Code is a collection of some code fro
2D-Bar-Code-Hough-Transform
- 二维条形码印刷在商品表面后不可避免的受到环境的影响,复杂的背景、光线、污损、残缺等因素都会影响摄像头获取的条形码图像的质量,从而干扰到二维条形码的成功识别。如何克服噪声的影响,将条形码从图像复杂的背景中准确的定位出来并快速识别出其所包含的信息是本文所研究的重点,在此基础上整个条形码识别系统的构成也是需要探讨的问题。-After the 2D bar code is printed on the surface of product,it will be influenced by the cir
code
- vc++开发的一维条码识别程序,其中的算法等值的学习。-vc++ developed a one-dimensional bar code identification procedures, one of the learning algorithm equivalent.
android-bar-code
- android 识别条形码代码,可以导入进入eclipse,然后安装在android 4.0以上的手机上运行,模拟器不能运行-android bar code identification code can be imported into the eclipse, and then install run on Android 4.0 phone, the simulator can not run
Identifying-code
- 用C#t通过GDI绘制条形码,并对条形码进行识别-By using C# t GDI drawing bar codes and bar code identification
bar-code-generator
- 用c++编写的条形码生成的源程序 详细阐述生成的原理,具有借鉴意义-bar code generator on c
bar-code-identification
- 此代码实现一维条形码识别,一种基于图像处理方式的识读方法,通过一定的数字图像处理算法处理进行译码。-This code can achieve one-dimensional bar code identification.