-
exp03
通过Matlab实现维纳滤波及逆滤波复原图像
不使用matlab自带函数 而是自编程序实现(Matlab to achieve through the Wiener filter and inverse filter to recover the image does not use function but rather bring their own self-matlab program)
- 2009-06-17 01:57:53下载
- 积分: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
-
face
数字图象处理,模式识别,人脸识别,包括了程序和一个人脸库,是相当好的学习东西(Digital image processing, pattern recognition, face recognition, including the procedures and a face database is very good to learn things)
- 2008-03-26 11:30:59下载
- 积分:1
-
lianmazhixianjiance
链码直线检测,采用求取图像边界,然后边界跟踪,判别直线(Chain code line detection, to strike the image boundary, then the boundary tracking, discriminant linear)
- 2012-12-15 15:51:55下载
- 积分:1
-
ttlbq
同态滤波器 作用:消除不均匀照度的影响, 增强图象细节。(Filter function with the state: to eliminate the impact of uneven illumination, enhanced image detail.)
- 2021-03-20 10:29:18下载
- 积分:1
-
midfilter
本程序可以实现对图像的中值滤波,从而除去图像中的某些干扰(This procedure can be achieved on the image median filter, thereby removing some of the interference image)
- 2008-12-27 18:44:34下载
- 积分:1
-
tqwt_matlab_toolbox
品质因子可调的离散小波变换工具箱,可通过参数灵活控制小波函数的频域窗宽(Discrete wavelet transform toolbox with quality factor adjustable, flexible control parameters through the wavelet function in the frequency domain window width)
- 2011-12-20 09:52:00下载
- 积分:1
-
WatermarkingVedio3
视频水印matlab源码,此为第三个压缩包,在水印领域的爱好者可以下载作为参考(Video Watermarking Matlab source, which is the third-compressed, Watermark in the field of lovers can download as a reference)
- 2006-10-13 17:34:33下载
- 积分:1
-
psnr
说明: 计算两幅图像的psnr值,非常精确完整,绝对好用(Calculation of two images of the PSNR values, integrity and very precise, the absolute ease of use)
- 2008-10-25 11:47:31下载
- 积分:1
-
MSER-algorithm
MSER算法的实现,功能齐全,思路清晰!值得研究图像处理的人员参考!(MSER algorithm implemented, the function is all ready, clearthinking! )
- 2011-07-05 10:21:39下载
- 积分:1