搜索资源列表
文字识别程序
- 目前该手写体识别系统主要分为 预处理模块: 主要包括训练数据和识别数据的读取,归一化,二值化 特征提取模块:主要包括笔划方向特征和网格密度特征,还可以根据对识别率的要求继续增加其他特征 识别(分类器)模块:主要包括SVM方法和BP神经网络的方法,其中SVM方法的识别率较高,SVM+网格密度特征, 在小字符集情况下,达到了识别率97%以上 采用OO思想编写,适合做二次开发-currently the handwriting recognition system consists of pretre
myread
- matlab中读取*.txt文件数据程序,*.txt文件 可以是串口调试助手等采集到的16进制数据。-Use Matlab to open *.txt files and can open all kinds of *.txt files shch as 16bit files come from debug the assistant with one bunch of mouths
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
fvs_direction
- 描述了如何提取方向图。输入图像必须是归一化的图像,这样才能有较好的效果。输出图像覆盖于输入图像之上。代码由C写成。详细情况见解包后的说明-describes how to extract pattern. Images must be imported under one of the images, in order to have better results. Image output coverage to the importation of images above. Written
DigitRec
- 数字识别系统源代码: 第一步:训练网络。使用训练样本进行训练 第二步:识别。首先,打开图像(256色);再次,进行归一化处理,点击“一次性处理”;最后,点击“R”或者使用菜单找到相应项来进行识别。识别的结果显示在屏幕上,同时也输出到文件result.txt中。 该系统的识别率一般情况下为90%。 此外,也可以单独对打开的图片一步一步进行图像预处理工作,但要注意,每一步工作只能执行一遍,而且要按顺序执行。 具体步骤为:“256色位图转为灰度图”-“灰度图二值化”-“
fuliyebianhuan
- 一维FFT傅立叶变换代码,有不同的发给我看一下-one-dimensional Fourier Transform FFT code, a different look at the issue I
myGraphics
- 本程序是我的一个课程设计,用了一个多月的时间,功能:处理温度计图像.-this procedure is one of my curriculum design, with a little over a month, functions : image processing thermometer.
OpenCVL
- 这个一个opencv代码。通过对库函数调用,实现图片的边缘检测以及轮廓识别。对于入门opencv很有参考价值。-this one OpenCV code. Through library function call, on the brink of achieving Photo contour detection and identification. For entry OpenCV of great reference value.
digital-recognise
- 数字识别代码 第一步:训练网络。使用训练样本进行训练。(此程序中也可以不训练,因为笔者已经将训练好的网络参数保存起来了,读者使用时可以直接识别)第二步:识别。 首先,打开图像(256色) 再次,进行归一化处理。点击“一次性处理” 最后,点击“R”或者使用菜单找到相应项来进行识别识别的结果显示在屏幕上,同时也输出到文件result.txt中 该系统的识别率一般为90% 另外,也可以单独对打开的图片一步一步进行图像预处理工作。但要注意,每一步工作只能执行一遍,而且要按顺序执行。步骤为:“256色位图
camora
- 基于图像处理的相机自动调焦系统,很有借鉴意义-based on image processing camera auto-focusing system, a useful one
vc_charactor_orgnized
- vc写的字符识别训练源码,VC编程,解压后有两个压缩包,一个是原代码,一个是可执行文件。-vc written character recognition training source, the VC program, unpacked two compressed, one of the original code, One is the executable file.
fingerprint_identification_matlab
- 这是一个关于指纹识别的matlab程序,希望对搞图像识别的人有所帮助。-This is one of the Matlab fingerprint identification procedures, and I hope to engage in image recognition of some help.
digitshibie
- 图形数字识别: 第一步:训练网络。使用训练样本进行训练。(此程序中也可以不训练,因为笔者已经将训练好的网络参数保存起来了,读者使用时可以直接识别) 第二步:识别。 首先,打开图像(256色) 再次,进行归一化处理。点击“一次性处理” 最后,点击“R”或者使用菜单找到相应项来进行识别 识别的结果显示在屏幕上,同时也输出到文件result.txt中-graphics figures recognition : the first step : training netw
ImportManage
- 看名字大家都知道了,这是一个输入管理的原代码-saw the name we all know, this is one of the original input code management
BPC++
- Libsvm is a simple, easy-to-use, and efficient software for SVM classification and regression. It solves C-SVM classification, nu-SVM classification, one-class-SVM, epsilon-SVM regression, and nu-SVM regression. It also provides an automatic mo
eyelocation
- 人脸识别中眼睛定位的算法,模式识别中常用的算法之一,希望对大家有用-Face Recognition eyes positioning algorithm, pattern recognition algorithm used in one of the hopes of all useful
szsbxtydm
- 数字识别系统源代码.rar 第一步:训练网络。使用训练样本进行训练。(此程序中也可以不训练,因为笔者已经将训练好的网络参数保存起来了,读者使用时可以直接识别) 第二步:识别。首先,打开图像(256色);再次,进行归一化处理,点击“一次性处理”;最后,点击“R”或者使用菜单找到相应项来进行识别。识别的结果显示在屏幕上,同时也输出到文件result.txt中。 该系统的识别率一般情况下为90%。 此外,也可以单独对打开的图片一步一步进行图像预处理工作,但要注意
matlab-chepaishibie
- 用matlab开发的车牌识别程序,辛苦之作。-using Matlab development of the license plate identification procedures, it is tough one.
generator_recognition
- 《数字图像典型技术识别案例》一书的第六章条形码技术,实现一维和二维条形码的识别和打印-"Digital Image Recognition Technology typical case," a book of the sixth chapter of bar code technology, achieve one-and two-dimensional bar code identification and Print
thin
- ONE PASS ON LINE 和 REFINE BASED ON MATLAB
