-
2
说明: 使用opencv语言绘制所有轮廓后根据轮廓长度丢弃小轮廓(Opencv draw all contours of the language used under the contour length of the drop after the small contour)
- 2010-11-09 09:07:34下载
- 积分:1
-
masksample
sample illust back image2 mask sample
- 2013-11-13 01:14:35下载
- 积分:1
-
chepaidingwei
使用说明
使用时打开此例题目录下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.区域裁剪,截取车牌图像。()
- 2008-06-10 10:17:08下载
- 积分:1
-
Desktop
图像的腐蚀函数,非常有用,欢迎大家下载,一块进步(Corrosion function of the image, useful, and welcome to download, a progress)
- 2012-09-17 20:02:47下载
- 积分:1
-
98765
在桌面上显示图像,C++Builder精选编程学习源码,很好的学习资料。(Image display on the desktop, C++Builder select learning programming source code, very good learning materials.)
- 2013-11-23 11:10:14下载
- 积分:1
-
PM-code
利用经典PM模型在matlab上运行的图像降噪程序(Image denoising program based on classical PM model)
- 2021-03-31 18:19:09下载
- 积分:1
-
图像识别代码集
说明: HOG LBP 在python matlab C++环境下的实现(Implementation of HOG LBP in Python matlab C++ environment)
- 2019-05-24 15:05:36下载
- 积分:1
-
hm2_2
读取一幅图像,对其进行DCT高通、低通滤波,输出处理后图像(Read an image, do the DCT high-pass, low-pass filtering, output processed image .)
- 2015-01-09 21:49:39下载
- 积分:1
-
picture_interpolation_handle
说明: 包括几种基于多项式插值的图像处理matlab代码,包括双三次插值,样条差值等(Includes several image processing based on polynomial interpolation matlab code, including double-cubic interpolation, spline difference, etc.)
- 2011-04-01 15:14:20下载
- 积分:1
-
root
动态跟踪,边移动边绘制路线。规定经纬度的范围,调用地图的路径算法,求出路径。(Dynamic tracking, while moving to draw lines.Specified range of latitude and longitude, map the path algorithm call, find the path.)
- 2014-01-15 15:09:51下载
- 积分:1