-
数字识别码第一步:训练网。利用训练样本…
数字识别代码 第一步:训练网络。使用训练样本进行训练。(此程序中也可以不训练,因为笔者已经将训练好的网络参数保存起来了,读者使用时可以直接识别)第二步:识别。 首先,打开图像(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 demonstration of the algorithm Graphics
这是个Graphics的演示算法-This is a demonstration of the algorithm Graphics
- 2022-08-21 09:43:47下载
- 积分:1
-
我的英语很差
使用说明
使用时打开此例题目录下pic中的图片,然后依次单击按钮“转”、“1”、“2”、“3”、“4”和“5”,就可以实现精确的车牌定位。
具体步骤
1.24位真彩色->256色灰度图。
2.预处理:中值滤波。
3.二值化:用一个初始阈值T对图像A进行二值化得到二值化图像B。
初始阈值T的确定方法是:选择阈值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分别是最高、最低灰度值。
该阈值对不同牌照有一定的适应性,能够保证背景基本被置为0,以突出牌照区域。
4.削弱背景干扰。对图像B做简单的相邻像素灰度值相减,得到新的图像G,即Gi,j=|Pi,j-Pi,j-1|i=0,1,…,439 j=0,1,…,639Gi,0=Pi,0,左边缘直接赋值,不会影响整体效果。
5.用自定义模板进行中值滤波
区域灰度基本被赋值为0。考虑到文字是由许多短竖线组成,而背景噪声有一大部分是孤立噪声,用模板(1,1,1,1,1)T对G进行中值滤波,能够得到除掉了大部分干扰的图像C。
6.牌照搜索:利用水平投影法检测车牌水平位置,利用垂直投影法检测车牌垂直位置。
7.区域裁剪,截取车牌图像。-my english is poor
- 2023-06-10 05:40:04下载
- 积分:1
-
打开并显示bmp格式的图像,并生成并显示该图像的灰度直方图。 灰度直方图各项参数都可自定义。...
打开并显示bmp格式的图像,并生成并显示该图像的灰度直方图。 灰度直方图各项参数都可自定义。-open bmp format and display images, and generate and display the image histogram. Histogram parameters can be defined.
- 2022-07-17 22:12:27下载
- 积分:1
-
DCT变换及IDCT变换,为较为常用的变换,在许多信号处理中经常使用。...
DCT变换及IDCT变换,为较为常用的变换,在许多信号处理中经常使用。-DCT ??换 ??IDCT ??换 ?????衔 ???用的 ??换 ??在许 ?嘈???
- 2022-03-15 10:34:08下载
- 积分:1
-
电子白板,功能强大,哦,包括一个完整的映射网络的通信路径。
电子白板,功能强大哦,包括完整的绘图部分和网络通讯部分,是学习加实践的好例子-Whiteboard, powerful, oh, including a complete mapping network communications parts and part of the increase in the practice of learning a good example of
- 2022-01-26 04:54:15下载
- 积分:1
-
MFC中Track类的使用,代替异或笔实现橡皮条图形
MFC中Track类的使用,代替异或笔实现橡皮条图形-MFC Track category of use, or replace the T-rubber realization of graphics
- 2022-09-07 12:50:03下载
- 积分:1
-
shows the filtered images by Gabor filters.
shows the filtered images by Gabor filters.
- 2022-03-17 03:22:03下载
- 积分:1
-
我已经写下了在图像空间下的开发
自己编写的在Delphi下进行图像开发的空间可以向-I have written in the Delphi development under the image space can
- 2023-04-22 05:20:03下载
- 积分:1
-
用matlab编写得snake算法程序,可用于图像分割和边缘检测
用matlab编写得snake算法程序,可用于图像分割和边缘检测-Using matlab to prepare a snake algorithm procedure can be used for image segmentation and edge detection
- 2022-08-06 00:35:59下载
- 积分:1