资源列表
Face_Recognition
- 人脸识别方面几篇很好的文献,无论是思路还是方法都值得参考和借鉴。-Several good aspects of face recognition literature, whether it is worth considering ideas or methods, and reference.
数字识别程序(BP神经网络)
- 数字识别程序(BP神经网络)
aisData
- AIS(船舶自动识别系统)关于AIS的数据格式和数据入库做了详细的说明,对数据入库有参考价值-AIS (Automatic Identification System) data on the AIS data storage format and a detailed descr iption of a reference value for data warehousing
jiancexitong
- 对图像进行处理,源程序需要进行N步操作,故在工具栏上添加了一个按钮来完成所有的操作,希望能方便大家的使用。在facemodel文件夹中的facemodel文件是原始图片,识别较好。后几个图片是我从网上下的,但没有原始图片识别的好,仅供参考。 test2和test3只能通过菜单来操作,因为不能对其实现最后的识别,只有参考价值。希望这个程序对大家有帮助。-Image processing, source step-by-step the need for N, so the toolbar to
rwtmdgsdqysb
- 二维条码PDF417的高速读取和识别 硕士毕业论文
97288385ocr
- 校验码识别delphi的识别,请看下能不能用呢-Check the identification code recognition delphi, see the next can not use it
ocr
- ORC,图片识别码,delphi编写,其他网上下载,非常不错,大家可以看一看
1234
- uci机器学习数据库关于字符识别的源数据。是字符识别的研究的关键数据来源。包括手写字体和印刷体两类,手写的数字和印刷体的字母。-uci machine learning database on the source character recognition data. Character recognition research is the key source of data. Including two types of handwriting fonts, and print, han
License-Plate-Recognize-System-GOOD
- 这是一个很好的车牌识别程序,主要是针对国外车牌,大家有机会多多交流!-Good license plate recognition program for foreign license plate, we have the opportunity to interact
Segmenting-automobile-license
- 基于分隔符的汽车牌照字符分割 关键词:车牌识别;字符分割;分隔符-Segmenting automobile license based on a delimiter character Key words—LPR;Characters segmentation Separator
Template-matching
- 模板匹配字符识别的程序,字符的模板制作说明-Template matching character recognition program, the character descr iption of the template production
OCR算法之C语言代码
- OCR算法代码。 这不是一个完整的系统,没法生成可执行程序。 代码基于Linux/KDE开发,用到了C++标准模板库。 代码的目的是向读者展示一个OCR系统包括哪些部分,如何工作, 读者可以借鉴这些代码,改动后用到自己的系统中。 由于这是从一个完整的OCR系统中抽取的部分代码, 所以这些代码无法单独编译。 两个*.dat文件如下: char_data.dat:字符特征数据 words_de.dat:词库(后处理用) 如果需要完整实用的中文OCR代码,