文件名称:DigitRec
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:172.31kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
使用说明
第一步:训练网络。使用训练样本进行训练。(此程序中也可以不训练,因为笔者已经将训练好的网络参数保存起来了,读者使用时可以直接识别)
第二步:识别。首先,打开图像(256色);再次,进行归一化处理,点击“一次性处理”;最后,点击“R”或者使用菜单找到相应项来进行识别。识别的结果显示在屏幕上,同时也输出到文件result.txt中。
该系统的识别率一般情况下为90 。
此外,也可以单独对打开的图片一步一步进行图像预处理工作,但要注意,每一步工作只能执行一遍,而且要按顺序执行。
具体步骤为:“256色位图转为灰度图”-“灰度图二值化”-“去噪”-“倾斜校正”-“分割”-“标准化尺寸”-“紧缩重排”。
注意,待识别的图片要与win.dat和whi.dat位于同一目录,这两文件保存训练后网络的权值参数。
具体使用请参照书中说明。-Help
The first step: Training Network. Training in the use of training samples. (This process may or may not be trained because the training I have saved up a good network parameters, and readers can use to identify)
Step two: identification. First, open the image (256 colors) again, normalized to, click on the "one-time deal" Finally, click "R" or use the menu to find the corresponding item in the Department. Recognition results showed on the screen, as well as output to a file in result.txt.
Recognition rate of the system under normal circumstances was 90 .
In addition, you can open a separate picture of the image pre-processing step by step, but it must be noted that the implementation of each step can only work once, but according to the order of implementation.
Concrete steps as: "256-color bitmap to grayscale"- "grayscale binary"- "noise"- "tip-tilt correction"- "split"- "the standardization of size"- "tight rearrangement."
Note that picture to be
第一步:训练网络。使用训练样本进行训练。(此程序中也可以不训练,因为笔者已经将训练好的网络参数保存起来了,读者使用时可以直接识别)
第二步:识别。首先,打开图像(256色);再次,进行归一化处理,点击“一次性处理”;最后,点击“R”或者使用菜单找到相应项来进行识别。识别的结果显示在屏幕上,同时也输出到文件result.txt中。
该系统的识别率一般情况下为90 。
此外,也可以单独对打开的图片一步一步进行图像预处理工作,但要注意,每一步工作只能执行一遍,而且要按顺序执行。
具体步骤为:“256色位图转为灰度图”-“灰度图二值化”-“去噪”-“倾斜校正”-“分割”-“标准化尺寸”-“紧缩重排”。
注意,待识别的图片要与win.dat和whi.dat位于同一目录,这两文件保存训练后网络的权值参数。
具体使用请参照书中说明。-Help
The first step: Training Network. Training in the use of training samples. (This process may or may not be trained because the training I have saved up a good network parameters, and readers can use to identify)
Step two: identification. First, open the image (256 colors) again, normalized to, click on the "one-time deal" Finally, click "R" or use the menu to find the corresponding item in the Department. Recognition results showed on the screen, as well as output to a file in result.txt.
Recognition rate of the system under normal circumstances was 90 .
In addition, you can open a separate picture of the image pre-processing step by step, but it must be noted that the implementation of each step can only work once, but according to the order of implementation.
Concrete steps as: "256-color bitmap to grayscale"- "grayscale binary"- "noise"- "tip-tilt correction"- "split"- "the standardization of size"- "tight rearrangement."
Note that picture to be
相关搜索: 倾斜 校正
(系统自动生成,下载前可以参看下载内容)
下载文件列表
数字识别系统源代码/Bp.h
数字识别系统源代码/ChildView.cpp
数字识别系统源代码/ChildView.h
数字识别系统源代码/DBpParamater.cpp
数字识别系统源代码/DBpParamater.h
数字识别系统源代码/DIBAPI.CPP
数字识别系统源代码/DIBAPI.H
数字识别系统源代码/DigitRec.aps
数字识别系统源代码/DigitRec.clw
数字识别系统源代码/DigitRec.cpp
数字识别系统源代码/DigitRec.dsp
数字识别系统源代码/DigitRec.dsw
数字识别系统源代码/DigitRec.h
数字识别系统源代码/DigitRec.rc
数字识别系统源代码/INPUT1.cpp
数字识别系统源代码/INPUT1.h
数字识别系统源代码/MainFrm.cpp
数字识别系统源代码/MainFrm.h
数字识别系统源代码/mydiblib.h
数字识别系统源代码/ReadMe.txt
数字识别系统源代码/Release/DigitRec.exe
数字识别系统源代码/Release/图片/num
数字识别系统源代码/Release/图片/result.txt
数字识别系统源代码/Release/图片/whi.dat
数字识别系统源代码/Release/图片/win.dat
数字识别系统源代码/Release/图片/测试图片1.bmp
数字识别系统源代码/Release/图片/测试图片2.bmp
数字识别系统源代码/Release/图片/测试图片3.bmp
数字识别系统源代码/Release/图片/测试图片4.bmp
数字识别系统源代码/Release/图片/测试图片5.bmp
数字识别系统源代码/Release/图片/测试图片6.bmp
数字识别系统源代码/Release/图片/测试图片7.bmp
数字识别系统源代码/Release/图片/训练样本.bmp
数字识别系统源代码/res/DigitRec.ico
数字识别系统源代码/res/DigitRec.rc2
数字识别系统源代码/res/Toolbar.bmp
数字识别系统源代码/Resource.h
数字识别系统源代码/StdAfx.cpp
数字识别系统源代码/StdAfx.h
数字识别系统源代码/使用说明.txt
数字识别系统源代码/Release/图片
数字识别系统源代码/Release
数字识别系统源代码/res
数字识别系统源代码
数字识别系统源代码/ChildView.cpp
数字识别系统源代码/ChildView.h
数字识别系统源代码/DBpParamater.cpp
数字识别系统源代码/DBpParamater.h
数字识别系统源代码/DIBAPI.CPP
数字识别系统源代码/DIBAPI.H
数字识别系统源代码/DigitRec.aps
数字识别系统源代码/DigitRec.clw
数字识别系统源代码/DigitRec.cpp
数字识别系统源代码/DigitRec.dsp
数字识别系统源代码/DigitRec.dsw
数字识别系统源代码/DigitRec.h
数字识别系统源代码/DigitRec.rc
数字识别系统源代码/INPUT1.cpp
数字识别系统源代码/INPUT1.h
数字识别系统源代码/MainFrm.cpp
数字识别系统源代码/MainFrm.h
数字识别系统源代码/mydiblib.h
数字识别系统源代码/ReadMe.txt
数字识别系统源代码/Release/DigitRec.exe
数字识别系统源代码/Release/图片/num
数字识别系统源代码/Release/图片/result.txt
数字识别系统源代码/Release/图片/whi.dat
数字识别系统源代码/Release/图片/win.dat
数字识别系统源代码/Release/图片/测试图片1.bmp
数字识别系统源代码/Release/图片/测试图片2.bmp
数字识别系统源代码/Release/图片/测试图片3.bmp
数字识别系统源代码/Release/图片/测试图片4.bmp
数字识别系统源代码/Release/图片/测试图片5.bmp
数字识别系统源代码/Release/图片/测试图片6.bmp
数字识别系统源代码/Release/图片/测试图片7.bmp
数字识别系统源代码/Release/图片/训练样本.bmp
数字识别系统源代码/res/DigitRec.ico
数字识别系统源代码/res/DigitRec.rc2
数字识别系统源代码/res/Toolbar.bmp
数字识别系统源代码/Resource.h
数字识别系统源代码/StdAfx.cpp
数字识别系统源代码/StdAfx.h
数字识别系统源代码/使用说明.txt
数字识别系统源代码/Release/图片
数字识别系统源代码/Release
数字识别系统源代码/res
数字识别系统源代码
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.