搜索资源列表
lichenghu
- 字符文本识别的神经网络程序,采用BP算法,能够适时输出错误便于察看-The NN program of Character text recognition adopts BP Arithmetic, it could output run error in time and easy to be descried.
fenlei
- 一个能进行手写体文本识别的分类器,训练特征找的很简单,不过分类效果貌似不错。
PE
- 图像识别的文本识别方法-text Image Recognition Recognition
plsa
- Probabilistic Latent Semantic Analysis模型实现,用于目标识别或文本识别
testGet
- 文本识别,将图形文件,PDF文件转换成word,txt格式。
基于DTW模型的语音识别
- 语音识别(Speech Recognition)是让机器通过识别和理解过程把语音信号转变为相应的文本或命令的技术。在课题中,通过采用DTW(Dynamic time warping, 动态时间伸缩)算法,对实现孤立词的识别进行了初步探讨和研究,实现了在MATLAB软件环境下孤立词语的语音识别,并针对DTW的主要特点及不足做出了总结。-Speech Recognition (Speech Recognition) machines is
文本语音转换示范代码
- 文本语音转换示例-text-to-speech conversion Example
基于DTW模型的语音识别
- 语音识别(Speech Recognition)是让机器通过识别和理解过程把语音信号转变为相应的文本或命令的技术。在课题中,通过采用DTW(Dynamic time warping, 动态时间伸缩)算法,对实现孤立词的识别进行了初步探讨和研究,实现了在MATLAB软件环境下孤立词语的语音识别,并针对DTW的主要特点及不足做出了总结。-Speech Recognition (Speech Recognition) machines is
lichenghu
- 字符文本识别的神经网络程序,采用BP算法,能够适时输出错误便于察看-The NN program of Character text recognition adopts BP Arithmetic, it could output run error in time and easy to be descried.
fenlei
- 一个能进行手写体文本识别的分类器,训练特征找的很简单,不过分类效果貌似不错。-One can recognize handwritten text classifier, trained to find the characteristics of the very simple, but looks like a good classification results.
testGet
- 文本识别,将图形文件,PDF文件转换成word,txt格式。-Text recognition, to graphics files, PDF documents into word, txt format.
科大讯飞语音识别听写录音源代码
- 语音识别示例 语音听写示例 语音合成示例 语音语义示例 文本语义示例 录音听写示例 语音评测示例 ,适用于vs2010、vs2012及以上Visual Studio版本(Speech recognition example Dictation sample Speech synthesis example Phonetic semantic sample text semantic example The tape sample dic
神经网络 训练识别
- 1.先打开一幅图片然后按照顺序灰度化、二值化、灰度拉伸、车牌定位、二值化、倾斜校正、字符分割、训练神经网络、识别字符。 2.测试图像存储在当前目录的img下。 3.测试集、训练集、目标向量均存储在img下的文本文件中。(1. First open a picture and then follow the sequence of grayscale, binary, grayscale stretching, license plate
车牌识别文档
- 车牌字符识别是字符识别的重要组成部分。车牌字符识别的最终目的就是将图像中的车牌字符转化成文本字符,车牌字符的识别属于印刷体识别范畴。 字符识别的基本思想是匹配判别。抽取待识别字符特征按照字符识别的原理和预先存储在计算机中的标准字符模式表达形式的集合逐一进行匹配,找出最接近输入字符模式的表达形式,该表达形式对应的字就是识别结果。(License plate character recognition is an important pa
crnn-master
- 基于图像序列的端到端可训练神经网络 识别及其在场景文本识别中的应用(End - to - End Training Neural Network Based on Image Sequence Recognition and Its Application in Scene Text Recognition)
用于读取仪表的文本识别系统.pdf
- A TEXT RECOGNITION SYSTEM FOR READING METERS
车牌智能识别.matlab
- 车牌识别包含文本库,还有几个小李子,自己学习用(lpr The license plate recognition and license plate recognition contains a text library, and several small plums are used to study the license plate.)
基于特征匹配的英文印刷字符识别
- 对英文文本进行提取和识别,用到特征匹配等算法,可以运行。(The English text is extracted and identified, and features matching algorithms can be used.)
数字识别
- 可以实现图片中的数字识别,并将识别之后的数字写入文本文件中,数字可以式多行,可以长度不同才可以(But realize the number recognition in the picture, and write the recognized number into the text file.)
Matlab深度学习数字识别代码
- Matlab深度学习数字识别代码,完整可用。包含训练好的深度神经网络和OCR算法,对包含数字图像的目标进行定位,分割,然后通过OCR算法完成文本识别。