Location:
Search - pic u
Search list
Description: 车牌识别系统
使用说明
使用时打开此例题目录下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.区域裁剪,截取车牌图像。-number plate recognition system for use when used to break pic examples directory of images, Click the button followed by a "U-turn", "1", "2" and "3" and "4" and "5", can achieve precise positioning of the plates. Concrete steps 1.24 true color -
Platform: |
Size: 724141 |
Author: 洪清启 |
Hits:
Description: 车牌定位使用说明
使用时打开此例题目录下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.区域裁剪,截取车牌图像。-positioning plates for use when used to break pic examples directory of images, Click the button followed by a "U-turn", "1", "2" and "3" and "4" and "5", can achieve precise positioning of the plates. Concrete steps 1.24 true color -
Platform: |
Size: 115995 |
Author: csyw |
Hits:
Description: pic16f877与pc通讯,(源代码)-dsPIC and communications, (source code)
Platform: |
Size: 2048 |
Author: |
Hits:
Description: 使用PIC芯片通过SPI-MODE读写SD存储卡,通过测试.-use PIC chip SPI-MODE SD memory card reader, to pass the test.
Platform: |
Size: 1264640 |
Author: boomfish |
Hits:
Description: 车牌识别系统
使用说明
使用时打开此例题目录下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.区域裁剪,截取车牌图像。-number plate recognition system for use when used to break pic examples directory of images, Click the button followed by a "U-turn", "1", "2" and "3" and "4" and "5", can achieve precise positioning of the plates. Concrete steps 1.24 true color-
Platform: |
Size: 746496 |
Author: 洪清启 |
Hits:
Description: 车牌定位使用说明
使用时打开此例题目录下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.区域裁剪,截取车牌图像。-positioning plates for use when used to break pic examples directory of images, Click the button followed by a "U-turn", "1", "2" and "3" and "4" and "5", can achieve precise positioning of the plates. Concrete steps 1.24 true color-
Platform: |
Size: 115712 |
Author: csyw |
Hits:
Description: PIC单片机C语言开发入门(源程序).书中的源程序看对大家是否有用-PIC Singlechip C language entry (source). The source book on the U.S. whether it is useful to look
Platform: |
Size: 67584 |
Author: 小洪 |
Hits:
Description: 国外网站找的c写的病毒代码,仅供大家学习哦-Foreign websites to find the c write virus code, only to learn Oh U.S.
Platform: |
Size: 2048 |
Author: lnuzwy |
Hits:
Description: PIC的实验程序,非常好哟!你们可用实验板PIC16F877的成功实验代码,大家多交流呀!-PIC experimental procedure, very good yo! You available experimental board PIC16F877 successful experimental code, you exchange more than U.S.!
Platform: |
Size: 21504 |
Author: 王雄科 |
Hits:
Description: PIC USB source code,include usb protocol stack.
Platform: |
Size: 204800 |
Author: huang |
Hits:
Description: 文件是一些PIC的实例程序,希望给大家有所帮助-PIC files are some examples of the procedure, hoping to help U.S.
Platform: |
Size: 181248 |
Author: lsz |
Hits:
Description: PIC驱动595显示的经典例子,对大家学习595有很大的参考作用-PIC drive 595 shown in the classic example, 595 of the U.S. there is a lot of study references
Platform: |
Size: 2048 |
Author: 杨辉祥 |
Hits:
Description: PIC单片机开发的针对USB程序及资料请供参考-PIC single chip for USB development of procedures and information, for reference
Platform: |
Size: 173056 |
Author: nihao |
Hits:
Description: proteus_usb仿真,是用PIC单片机仿真,了解usb原理以及程序编写-proteus usb PIC is the a code
Platform: |
Size: 177152 |
Author: sunlichao |
Hits:
Description: 汽车点火程序.他是基于pic单片机,硬件非常简单,你很容易从网上查到资料。-this module is uesed ignate by car.which is based on PIC
microcontroller . the handware is simple .u can easily find it on the net
Platform: |
Size: 4096 |
Author: 痕迹 |
Hits:
Description: pic单片机USB开发包 包含了所有带USB接口的PIC单片机的源码
-usb kit
Platform: |
Size: 5043200 |
Author: 李双 |
Hits:
Description: intro CAN protocol, the silde show CAN,how can u use pic?
Platform: |
Size: 518144 |
Author: Huynh Lâ m |
Hits:
Description: this an AMB code file for PIC, i hope u find it usefull, if u need any help feel free to contact me, best regards-this is an AMB code file for PIC, i hope u find it usefull, if u need any help feel free to contact me, best regards
Platform: |
Size: 1818624 |
Author: gfares |
Hits:
Description: PIC单片机读写U盘SD卡代码 已经调试通过了啊 在PC机上可以观察生成的文件-pic read U disk SD card code
Platform: |
Size: 152576 |
Author: hongqiangwei |
Hits:
Description: c语言 单片机 uart 对趁现在非常有帮助 pic(uart programming u can learn c programming)
Platform: |
Size: 121856 |
Author: 黄果 |
Hits: