-
数字识别码第一步:训练网。利用训练样本…
数字识别代码 第一步:训练网络。使用训练样本进行训练。(此程序中也可以不训练,因为笔者已经将训练好的网络参数保存起来了,读者使用时可以直接识别)第二步:识别。 首先,打开图像(256色) 再次,进行归一化处理。点击“一次性处理” 最后,点击“R”或者使用菜单找到相应项来进行识别识别的结果显示在屏幕上,同时也输出到文件result.txt中 该系统的识别率一般为90% 另外,也可以单独对打开的图片一步一步进行图像预处理工作。但要注意,每一步工作只能执行一遍,而且要按顺序执行。步骤为:“256色位图转为灰度图”“灰度图二值化”“去噪”“倾斜校正”“分割”“标准化尺寸”“紧缩重排” 另外注意,要识别的图片,要与win.dat、whi.dat位于同一目录。此两文件保存训练后网络的权值参数
-digital identification code first step : training network. Use of training samples for training. (These procedures also can not training because I have trained network parameters saved, Readers can direct identification) second step : identification. First, open the Image (256 colors) again, to a treatment. Click on the "one-stop" Finally, Click on the "R" or use the menu item corresponding to find the identification of the identification results on the screen, also result.txt output to a file which the system"s recognition rate of 90% for the other, can be individually opened to the step-by-step pictures for image prep
- 2022-06-13 09:52:52下载
- 积分:1
-
这是一个简单的画图程序,能实现画直线与普通画笔一样的画图功能,并能对它们进行任意的裁剪,本人水平有限,程序必存在许多不足,望高人们能多加指点。...
这是一个简单的画图程序,能实现画直线与普通画笔一样的画图功能,并能对它们进行任意的裁剪,本人水平有限,程序必存在许多不足,望高人们能多加指点。-This is a simple drawing program, able to draw straight lines with the same brush ordinary drawing capabilities and their arbitrary cut, I limited, and certainly there are many procedures inadequate, and hopes people will be more high guidance.
- 2022-08-24 18:05:31下载
- 积分:1
-
opencv特征提取和匹配示例程序
opencv特征提取和匹配demo,使用visual studio 2013加上opencv 2.4.9实现;来自opencv官网的demo程序,删除了匹配程序,添加打印程序将opencv特征描述符中数据的格式打印出来,结果保存在surfdes文件中,可用记事本或者notepad打开;
- 2022-04-21 22:22:02下载
- 积分:1
-
自己参考资料写的关于c图像的小程序,里面还用的了键盘的使用,算是游戏吧。绝对原创!很利于初学者学习。...
自己参考资料写的关于c图像的小程序,里面还用的了键盘的使用,算是游戏吧。绝对原创!很利于初学者学习。-his reference was made on the images of small c procedures, which also use the keyboard use, it is the game. Absolutely original! Beginners very conducive to learning.
- 2022-02-01 20:43:47下载
- 积分:1
-
opencv大津法阈值分割
opencv大津法阈值分割
- 2023-06-28 09:45:03下载
- 积分:1
-
一个茶壶的图形表示,在鼠标的点击下可以旋转
一个茶壶的图形表示,在鼠标的点击下可以旋转-teapot
- 2022-03-04 09:30:56下载
- 积分:1
-
仿照 Windows “画图”的小程序,仅供初学者研究。
仿照 Windows “画图”的小程序,仅供初学者研究。-modeled on the Windows "drawing" a small procedure, only beginners study.
- 2023-02-08 05:40:04下载
- 积分:1
-
Computer graphics algorithms are breseham document summing up the report of the...
计算机图形学 breseham 算法 有课程设计报告 文档总结 截图-Computer graphics algorithms are breseham document summing up the report of the curriculum design screenshot
- 2022-07-24 18:58:35下载
- 积分:1
-
LOG算子边缘检测源码及文档说明
LOG算子边缘检测源码及文档说明-LOG Operator edge detection and source documents note
- 2022-02-09 21:32:01下载
- 积分:1
-
用vc++实现的BP神经网络解决异或问题的源代码。非常经典。...
用vc++实现的BP神经网络解决异或问题的源代码。非常经典。-Using vc realize the BP neural network to solve XOR problem
- 2022-05-17 22:23:13下载
- 积分:1