登录
首页 » matlab » comVision

comVision

于 2014-02-17 发布 文件大小:14193KB
0 216
下载积分: 1 下载次数: 20

代码说明:

  图片印刷字符的识别(可识别多种字体) 将Matlab工作空间路径设置为本文件夹 在Matlab命令窗口内输入: numCongnition( able1/01.jpg ) 通过改图片来对不同的图进行处理,其中able1,able2,able3三个文件夹分别对应三种字体 命令窗口输出要识别的字符,并且自动弹出中间处理过程窗口 也可以运行: num = pretreat( able1/01.jpg ) imshow(num) 直接得到预处理后的图片 再键入: getNumber(num) 得到字符输出 (Set the Matlab workspace path to this folder In the Matlab command window input: NumCongnition ( able1/01. JPG) Through change pictures to deal with different figure, including able1, able2, able3 three folders corresponding to three kinds of fonts Command window output to identify characters, and automatically process among popup Windows Can run: Num = pretreat ( able1/01. JPG) Imshow (num) Directly after preprocessing of images Type: GetNumber (num) Get the output character)

文件列表:

comVision





.........\40rightLump.jpg,78522,2014-02-12
.........\41onlyword.jpg,94540,2014-02-12
.........\50Clip.jpg,28121,2014-02-12
.........\51rightPosi.jpg,25825,2014-02-12
.........\60deleteWordsi.jpg,24287,2014-02-12
.........\70Eroded.jpg,25143,2014-02-12
.........\able1



.........\able2





.........\.....\07.jpg,767171,2013-11-08
.........\able3




.........\adaptivethreshold.m,1003,2006-06-13
.........\clip.m,110,2013-11-01
.........\creatnum.m,1835,2013-11-03
.........\creattemp.m,1036,2013-11-03
.........\deleteChineseWords.m,1195,2013-11-08
.........\deleteWord.m,306,2013-11-07
.........\devide.m,911,2013-11-08
.........\findsita.m,525,2013-11-06
.........\getNumber.m,1153,2013-11-08
.........\getRightLump.m,1419,2013-11-08
.........\getRightPosition.m,345,2013-11-07
.........\hs_err_pid1452.log,19736,2013-11-08
.........\hs_err_pid1480.log,18473,2013-11-08
.........\hs_err_pid1604.log,18106,2013-11-08
.........\hs_err_pid2156.log,17584,2013-11-07
.........\hs_err_pid3040.log,19078,2013-11-07
.........\hs_err_pid3184.log,18232,2013-11-08
.........\hs_err_pid6068.log,18124,2013-11-08
.........\lines.m,381,2013-11-01
.........\minboundrect.m,5909,2010-04-28
.........\num
.........\...\0.bmp
.........\...\1-0.bmp
.........\...\1-1.bmp
.........\...\10-0.bmp
.........\...\10-1.bmp
.........\...\2-0.bmp,230,2013-11-03
.........\...\2-1.bmp,230,2013-11-07
.........\...\3-0.bmp,230,2013-11-03
.........\...\3-1.bmp,230,2013-11-07
.........\...\4-0.bmp,230,2013-11-03
.........\...\4-1.bmp,230,2013-11-07
.........\...\5-0.bmp,230,2013-11-03
.........\...\5-1.bmp,230,2013-11-07
.........\...\6-0.bmp,230,2013-11-03
.........\...\6-1.bmp,230,2013-11-07
.........\...\7-0.bmp,230,2013-11-03
.........\...\7-1.bmp,230,2013-11-07
.........\...\8-0.bmp,230,2013-11-03
.........\...\8-1.bmp,230,2013-11-07
.........\...\9-0.bmp,230,2013-11-03
.........\...\9-1.bmp,230,2013-11-07
.........\...\g.bmp,230,2013-11-03
.........\...\s.bmp,230,2013-11-03
.........\numCongnition.m,1879,2013-11-08
.........\pretreat.m,1297,2013-11-08
.........\pretreat0.m,1984,2013-11-08
.........\read_letter.m,895,2013-11-07
.........\rows.m,379,2013-11-01
.........\templates.mat,1954,2013-11-07
.........\使用说明.txt,359,2013-11-08

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • mini2
    clear all clc t=0:1/1000:10-1/1000 s=sin(2*pi*t) snr=20 s_power=var(s) varience of s linear_snr=10^(snr/10) factor=sqrt(s_power/linear_snr) noise=randn(1,length(s))*factor x=s+noise Ó É SNR¼ Æ Ë ã Ë æ » úÔ ë É ù x1=noise Ô ë É ùÔ ´ Ê ä È ë x2=noise w1=0 È ¨Ï µ Ê ý ³ õ Ö µ w2=0 e=zeros(1,length(x)) y=0 u=0.05 for i=1:10000 LMSË ã ·¨ y(i)=w1*x1(i)+w2*x2(i) e(i)=x(i)-y(i) w1=w1+u*e(i)*x1(i) w2=w2+u*e(i)*x2(i) end figure(1) subplot(4,1,1)
    2010-10-26 16:41:03下载
    积分:1
  • BIHT-l1
    为了解决二进制CS而编写的算法,使用了用l1范数最小化(an algorithm for binary CS,use l1 norm)
    2012-03-29 19:24:32下载
    积分:1
  • attachments_2013_04_28-kahina
    this code is about vissel blood extraction by matlab
    2013-05-07 01:21:50下载
    积分:1
  • OFDMuesindigitalwatermarking
    说明:  利用matlab软件完成OFDM应用在数字水印的应用研究(OFDM using matlab software applications to complete the application in digital watermarking)
    2010-04-28 12:23:33下载
    积分:1
  • pLSA
    plsa的简单实现,有数据,有代码,可以运行,有代码的解释(a simple implementation of plsa, data, code, you can run, the interpretation of the code)
    2013-04-27 11:28:12下载
    积分:1
  • effects
    matlab gui关于图像处理的一个简易的小程序(matlab gui image processing on a simple small program)
    2013-11-22 19:06:25下载
    积分:1
  • doit
    nice book for bigneer u can use it for developing extre concept
    2009-10-17 14:29:44下载
    积分:1
  • RobotToolbox
    被广泛应用于机器人的设计和仿真,是机器人行业的重要工具(Is widely used in robot design and simulation is an important tool in the robot industry)
    2011-02-16 09:30:34下载
    积分:1
  • BPSK_Modulation
    This Project is basic explanation about BPSK Design in Simulink, How the constellation diagram has been obtained from the basic design.
    2012-05-03 18:26:07下载
    积分:1
  • min-max-DV-HOP
    DV-hop与min-max相结合,使得计算量更小,在最后对结果求精,定位精度更高。(DV- hop combined with min- Max, makes a smaller amount of calculation, at the end of the refinement, positioning accuracy is higher. )
    2014-11-04 21:22:21下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载