文件名称:111

  • 所属分类:
  • 图形图象
  • 资源属性:
  • [Dephi] [Pascal] [源码]
  • 上传时间:
  • 2012-11-26
  • 文件大小:
  • 854kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • ya***
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

思路简要说明:

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











........\kind1.pas

........\NdOcr.pas

........\Project1.cfg

........\Project1.dof

........\Project1.dpr

........\Project1.exe

........\Project1.res

........\Unit1.ddp

........\Unit1.dfm

........\Unit1.pas

资料

....\bmp文件格式.pdf

....\otsu.files











....\..........\60-2.jpg

....\..........\60-3.jpg

....\..........\60-4.jpg

....\..........\60-5.jpg

....\..........\60-6.jpg

....\..........\60-7.jpg

....\..........\60-8.jpg

....\..........\60-9.jpg

....\..........\61-1.jpg

....\..........\61-2.jpg

....\..........\top1.gif

....\..........\top2.gif

....\..........\top3.gif

....\..........\top4.gif

....\..........\top5.gif

....\..........\top6.gif

....\最大类间方差法-otsu.htm

....\自由手写体数字识别.doc

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org