文件名称:111
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:854.04kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
思路简要说明:
1、图像二值化
将图片中的各点用0或1表示,1为有效点,0为背景。这里使用的是最大类间方差法
(otsu),在资料中有介绍。
2、去除干扰点
3、分割
将整个的图片分为每个单独的字,在下一步中才能一一识别。
4、与样本库进行对比,寻求最近似匹配
这步是比较核心的地方,由于要识别的图形每次都是随机变化的,我们不能进行完
全匹配识别,所以使用的是‘欧氏距离’来进行最近似匹配,资料中的《自由手写体
数字识别》里面有详细说明。
(样本库文件是按照匹配的特征通过事先编写的程序进行学习得到的)
该识别思路对目前很多验证码有效,识别速度快,正确率基本还可以(在一定程度内
样本量越大正确率越高),不能识别的情况也不少,比如字符粘连,导致程序无法正确
分割,从而识别失败,有朋友介绍神经网络识别方法不错,有空一定要学习下。-A brief descr iption of ideas:
1, image binarization
Pictures of all the points expressed by 0 or 1, 1 for the effective point, 0 for background. Used here is the largest between-class variance
(Otsu), are introduced in the data.
2, removal of interference points
3, partition
The whole picture is divided into each individual character, in the next step in order to identify 11.
4, compared with the sample database, the search might match the recent
This step is to compare the core places, due to the recognition of each of the graphics changes are random, we can not be finished
Identification of the entire match, so the use of the Euclidean distance to be like the recent match, the information in the "free handwritten
Digital Identification, "which is described in detail.
(Sample library features in accordance with the matching pre-prepared through the process of learning to be)
The identification of a lot of ide
1、图像二值化
将图片中的各点用0或1表示,1为有效点,0为背景。这里使用的是最大类间方差法
(otsu),在资料中有介绍。
2、去除干扰点
3、分割
将整个的图片分为每个单独的字,在下一步中才能一一识别。
4、与样本库进行对比,寻求最近似匹配
这步是比较核心的地方,由于要识别的图形每次都是随机变化的,我们不能进行完
全匹配识别,所以使用的是‘欧氏距离’来进行最近似匹配,资料中的《自由手写体
数字识别》里面有详细说明。
(样本库文件是按照匹配的特征通过事先编写的程序进行学习得到的)
该识别思路对目前很多验证码有效,识别速度快,正确率基本还可以(在一定程度内
样本量越大正确率越高),不能识别的情况也不少,比如字符粘连,导致程序无法正确
分割,从而识别失败,有朋友介绍神经网络识别方法不错,有空一定要学习下。-A brief descr iption of ideas:
1, image binarization
Pictures of all the points expressed by 0 or 1, 1 for the effective point, 0 for background. Used here is the largest between-class variance
(Otsu), are introduced in the data.
2, removal of interference points
3, partition
The whole picture is divided into each individual character, in the next step in order to identify 11.
4, compared with the sample database, the search might match the recent
This step is to compare the core places, due to the recognition of each of the graphics changes are random, we can not be finished
Identification of the entire match, so the use of the Euclidean distance to be like the recent match, the information in the "free handwritten
Digital Identification, "which is described in detail.
(Sample library features in accordance with the matching pre-prepared through the process of learning to be)
The identification of a lot of ide
(系统自动生成,下载前可以参看下载内容)
下载文件列表
识别程序/code.lib
识别程序/comm.pas
识别程序/func.pas
识别程序/img/1.bmp
识别程序/img/2.bmp
识别程序/img/3.bmp
识别程序/img/4.bmp
识别程序/img/5.bmp
识别程序/img/Thumbs.db
识别程序/kind1.pas
识别程序/NdOcr.pas
识别程序/Project1.cfg
识别程序/Project1.dof
识别程序/Project1.dpr
识别程序/Project1.exe
识别程序/Project1.res
识别程序/Unit1.ddp
识别程序/Unit1.dfm
识别程序/Unit1.pas
资料/bmp文件格式.pdf
资料/otsu.files/59-1.jpg
资料/otsu.files/59-2.jpg
资料/otsu.files/59-3.jpg
资料/otsu.files/60-1.jpg
资料/otsu.files/60-10.jpg
资料/otsu.files/60-2.jpg
资料/otsu.files/60-3.jpg
资料/otsu.files/60-4.jpg
资料/otsu.files/60-5.jpg
资料/otsu.files/60-6.jpg
资料/otsu.files/60-7.jpg
资料/otsu.files/60-8.jpg
资料/otsu.files/60-9.jpg
资料/otsu.files/61-1.jpg
资料/otsu.files/61-2.jpg
资料/otsu.files/Thumbs.db
资料/otsu.files/top1.gif
资料/otsu.files/top2.gif
资料/otsu.files/top3.gif
资料/otsu.files/top4.gif
资料/otsu.files/top5.gif
资料/otsu.files/top6.gif
资料/最大类间方差法-otsu.htm
资料/自由手写体数字识别.doc
识别程序/img
资料/otsu.files
识别程序
资料
识别程序/comm.pas
识别程序/func.pas
识别程序/img/1.bmp
识别程序/img/2.bmp
识别程序/img/3.bmp
识别程序/img/4.bmp
识别程序/img/5.bmp
识别程序/img/Thumbs.db
识别程序/kind1.pas
识别程序/NdOcr.pas
识别程序/Project1.cfg
识别程序/Project1.dof
识别程序/Project1.dpr
识别程序/Project1.exe
识别程序/Project1.res
识别程序/Unit1.ddp
识别程序/Unit1.dfm
识别程序/Unit1.pas
资料/bmp文件格式.pdf
资料/otsu.files/59-1.jpg
资料/otsu.files/59-2.jpg
资料/otsu.files/59-3.jpg
资料/otsu.files/60-1.jpg
资料/otsu.files/60-10.jpg
资料/otsu.files/60-2.jpg
资料/otsu.files/60-3.jpg
资料/otsu.files/60-4.jpg
资料/otsu.files/60-5.jpg
资料/otsu.files/60-6.jpg
资料/otsu.files/60-7.jpg
资料/otsu.files/60-8.jpg
资料/otsu.files/60-9.jpg
资料/otsu.files/61-1.jpg
资料/otsu.files/61-2.jpg
资料/otsu.files/Thumbs.db
资料/otsu.files/top1.gif
资料/otsu.files/top2.gif
资料/otsu.files/top3.gif
资料/otsu.files/top4.gif
资料/otsu.files/top5.gif
资料/otsu.files/top6.gif
资料/最大类间方差法-otsu.htm
资料/自由手写体数字识别.doc
识别程序/img
资料/otsu.files
识别程序
资料
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.