搜索资源列表
数字识别
- 一个简单的八数码问题,你可以通过输入1到9的样字,通过训练,可以识别1到9的数字-A easy eight-number question,we can exercise the figure form one to nine,and the program can give out the result.
简单手写体数字识别系统的源代码
- 为了实现对手写字体的识别,运用了人工智能的分层神经网络思想,对识别的字体通过训练学习,达到识别手写字体的功能。-order to achieve the recognition of handwritten characters, the use of artificial intelligence hierarchical neural network thinking, the right font identification through training to learn, to a
MATLAB实现手写数字识别
- 基于MATLAB实现简单的手写数字(0-9)的识别程序。属于模式识别内容
简单手写体数字识别系统
- 可以识别手写数字
简单图像数字识别
- 一个简单识别图像数字的系统
编码识别代码通过图像识别技术
- 用摄像头采集类似于电话充值卡的图象,对其的卡号,密码区域进行识别,只识别数字。(0-9)但原理相同,你只需改一下字库即可使用。 我先说下步骤: 1. 字符和字符之间都有间隔,首先要根据间隔确定每个字符的区域(Rect). 2. 然后一个一个象素地和标准字符比较。也就是比较 26 * 2 = 52 次,误差最小的,就认为是该字符。 (注:这种算法比较简单,易于理解,缺点就是效率不高,我用摄像头采集图象识别数字成功率为 98%以上。我曾请教过一位做这方面的专家,他称无论什么识别,影响识别的最重要因数
Chepai_Orc.rar
- 本人原创的车牌字符识别,主要演示了字符切割,归一化。识别网络...简单的训练了几个库对字母和数字识别率都还不错,另外容错率相对也较好。本源码为E语言环境...,My original license plate character recognition, the main characters demonstrate cutting, normalized. Identification of network ... a simple database for training a numbe
pattern1
- VC++6.0开发的数字和汉字识别源码,数字识别相对简单,这里的汉字识别也是基础的方法,希望对初学者有帮助-VC++ 6.0 development source code of numbers and character recognition, digital identification of relatively simple, here is the Chinese character recognition based approach, and they hope to help
digitaldetect
- 包括详细讲解与源代码,目的是将一幅图像中的数字识别出来,图像中数字有一定的倾斜角度,且各个部分光照不均,数字大体分布位置相同。作者根据图像的这些性质,对图像进行分析,写出了识别数字的一个算法,该算法先对图像进行尺度变换,将倾斜的图像正立,同时提取图像中的数字部分,再对数字进行特征的提取,最后确定所识别的是哪一个具体数字。在识别过程中,由于数字的特征不同,识别难度也不同,因此识别时有顺序区别,遵循先识别较难识别的数字,再识别简单的,并不是严格按照从0到9的顺序。对于题目材料中所给的6幅图像能进行
MyRecog
- 基于统计特征,和细化图象后提取特征的简单数字识别系统-Based on the statistical characteristics, and refining the characteristics of the image after the extraction of simple digital identification system
Number_Recognize
- 自己编写的一个简单阿拉伯数字识别软件,成功率99 -I have written a simple Arabic numerals recognition software, the success rate of 99
BPVC
- BP算法的基本实现部分,嵌入算法后即可实现一个简单的数字识别系统!-BP algorithm basically part of the embedding algorithm can be realized after a simple digital identification system!
Digital_identification
- 数字识别程序,使用matlab,简单的实现数字识别!-Digital identification procedures, using matlab, a simple digital identification!
A-OCR
- 简单字符识别 MATLAB实现 识别字母数字-Character recognition to achieve a simple MATLAB
BP算法的手写数字识别
- 简单的应用gui界面编写的数字识别。。。。。。
DigitReg
- 此程序用于各种图片中的数字识别,基于VS2013+OPENCV2.4.9,简单好用(This program is used for digital identification of various pictures, based on VS2013+OPENCV2.4.9, simple and easy to use)
Captcha-Recognizer-master
- 简单数字识别系统用于数字的识别 bin obj Properties FrmMain.cs FrmMain.Designer.cs FrmMain.resx GetCode.cs GetCode.csproj GetCode.csproj.user(bin obj Properties FrmMain.cs FrmMain.Designer.cs FrmMain.resx GetCode.cs GetCode.csproj GetCode.csproj.user
cnn
- 手写数字识别的简单实现,CNN入门到深入,三个版本供读者使用。(Simple Implementation of Handwritten Number Recognition, Getting Started with CNN)
简单的数字识别
- 简单数字识别,经典例子,阈值、灰度、二值化案例(Simple digital recognition, classic example)
手写数字识别
- 简单的神经网路学习入门学习资料,使用bp神经网络进行手写数字识别。
