搜索资源列表
光学字符识别技术
- OCR算法代码。这不是一个完整的系统,没法生成可执行程序。代码基于Linux/KDE开发,用到了C++标准模板库。代码的目的是向读者展示一个OCR系统包括哪些部分,如何工作, 读者可以借鉴这些代码,改动后用到自己的系统中。由于这是从一个完整的OCR系统中抽取的部分代码,所以这些代码无法单独编译。 两个*.dat文件如下: char_data.dat:字符特征数据 words_de.dat:词库(后处理用)-OCR algorithm code. This is not a com
worddistinguish
- 脱机字符识别算法,包括手写数字识别之Fisher线性判别,手写数字识别之模板匹配法,数字识别之神经网络法,细化算法 -offline character recognition algorithms, including handwritten digital identification Fisher Linear Discriminant. Handwritten identification template matching, digital identification neura
svm_image
- 一个基于支持向量机和傅立叶描述子的字符识别算法:傅立叶描述子表征字符的轮廓特征
zifushibie
- 脱机字符识别算法,包括FISHER线性变换,细化算法,模板匹配算法等。
characterrecognition
- 脱机字符识别算法,包括手写数字识别之Fisher线性判别,手写数字识别之模板匹配法,数字识别之神经网络法,细化算法
shouxie
- 一个很不错的字符识别算法,好不容易才得到的,希望对大家有所帮助。
hopfield
- 采用MATLAB实现Hopfield神经网络算法,并用其来进行字符识别。实验包括单个噪声字符的识别和多个噪声字符的识别两部分。并从这两方面对实验数据进行了分析与对比。-Hopfield neural network implementation using MATLAB algorithm, and use it to carry out character recognition. Experiments included a single noise, character recogniti
chepaizifushibiejishushengxi
- 这是研究所的内部资料,详述了车牌字符识别的一种快速算法原理及实现,它来自于实际的工程项目,实用性及可操作性极高,对于这方面研究的朋友来说确实是一份不可多得的有用资料。-This is the Institute s internal data, detailing the license plate character recognition principle and implementation of a fast algorithm, it comes from the actual pr
4
- 基于模板匹配的车牌字符识别算法研究,使用模板匹配,来实现车牌的字符识别。-Based on template matching license plate character recognition algorithm using template matching, to achieve the license plate character recognition.
licenseplatenumber
- 车牌智能识别,字符对比算法,带Word解说-license plate number
cbsb
- 一些开发车牌识别的资料,很有用,1。车牌识别中的二值化及快速倾斜校正算法2。车牌字符识别算法毕业设计3。基于HSI空间的车牌字符分割4。汽车牌照实时几何畸变校正方法5。一种实用快速的车牌字符分割方法-Some developed license plate recognition data, very useful, 1. License Plate Recognition binarization and fast skew correction algorithm 2. Graduation
chepaidingweiyanjiu
- 本文是在以往的车牌分割算法的基础上着重介绍了一种车牌识别技术中的 字符分割算法,以及针对一种已有的字符识别算法的改进性研究。 车牌自动识别技术是指能够检测到受监控路面的车辆并自动提取车辆车牌 信息(含汉字字符、英文字母、阿拉伯数字及号牌颜色)进行处理与识别的技术。 它以计算机技术、图像处理技术、模糊识别技术为基础,建立运动车辆的特征模 型,识别车辆特征,如号牌、车型、颜色等,并着重解决高速车辆图像的获取及 清晰度问题 本章是本文的绪论部分,主要介绍了车牌识别技术的应用
chepai
- 车牌识别算法的VC环境的实现。 能够对车牌图像进行图像处理图象输入---》灰度化---》二值化---》梯度锐化---》去离散噪声---》倾斜度调整---》图象切分---》归一化---》特征提取---》样本训练---》字符特征输入---》识别出字符结果---》结束- License Plate Recognition
bmpE5pA4p84pE7p90p86haus
- 字符识别算法OCR 基于模板识别 OCR字符识别源代码,识别图片中的字符,OCR字符识别源代码,识别图片中的字符-Character recognition algorithm
Improvedrecognition
- 改进的字符识别算法,还不错,用于字符识别-Improved character recognition algorithms, but also good for character recognition. .
orc00001
- 基于Shape Context的字符识别算法介绍 本算法提出了一种新的计算形状相似度的方法,并且把这种方法应用到目标识别领域中。 这中相似度衡量的方法主要经过以下几个步骤: (1)在两个形状上找到匹配的点对 (2)使用匹配的点对估计两个形状的形变程度。为了解决匹配点对的问题,本算法中引入了一个描述向量,即Shape Context,每一个点都有一个描述向量。Shape Context 以某个点为参考点,统计其他的点在他周围的分布特征,根据这个分布特征,就可以知道该点所处的全局
手写体字符识别
- 简单的手写体字符识别,利用了k近邻和支持向量机算法(Simple handwritten character recognition, using the k nearest neighbor and support vector machine algorithm)
car-words-recognition
- 一张车的照片进行车牌分割、字符分割后,最后运用KNN算法进行字符识别。(A car photo license plate segmentation, character segmentation, the last use of KNN algorithm for character recognition.)
my_scanner-master
- 识别文字,字符识别字符的识别目前用于车牌字符识别(OCR)中的算法主要有基于模板匹配的OCR算法以及基于人工神经网络的OCR算法.(Character recognition is currently used in license plate character recognition (OCR). There are mainly OCR algorithms based on template matching and OCR algorithm based on artificial n
Character Recognition
- 有关于字符识别,运用了OCR算法,内含完整的数据库和训练程序,还有一些测试集(From the matlab file exchange center, the character recognition written by the foreign gods, using the OCR algorithm, contains a complete training database.)