-
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
-
imagefilter_GUI
图像频率域滤波程序,课程设计作业,获优秀,完全自主开发,包含搞通滤波、低通滤波、带通滤波以及方向滤波。含GUI(image frequency domain filtering procedures, curriculum design work, outstanding, fully self-development, including engaging pass filtering, low-pass filtering, band-pass filtering and filtering direction.- GUI)
- 2006-10-09 22:01:00下载
- 积分:1
-
test
本算法有图像融合算法,聚类分析算法,去噪算法,运动模糊算法(This algorithm with image fusion algorithm, clustering analysis algorithm, the denoising algorithm, fuzzy algorithm)
- 2014-12-09 15:47:12下载
- 积分:1
-
Compressive_Sensing
压缩感知图像融合算法,效果很好滴,可以借鉴学习哦(Compressed sensing image fusion algorithm, the effect is very good drops, you can learn from, oh)
- 2012-11-03 23:39:54下载
- 积分:1
-
IMM-target-tracking
信息融合滤波算法,基于IMM完成匀速—加速—匀速单运动目标跟踪。(Information fusion filter algorithm based on IMM to complete the uniform and accelerate uniform single moving target tracking.)
- 2012-06-25 19:17:54下载
- 积分:1
-
waveletimagerefuse
说明: 使用matlab实现基于小波变换的遥感图像融合,特别有用(Use matlab wavelet transform-based remote sensing image fusion, particularly useful)
- 2008-11-27 11:22:20下载
- 积分:1
-
face-landmark
人脸68点标注,用于人类面部关键点检测,结合dlib(face landmark master)
- 2018-05-22 09:03:35下载
- 积分:1
-
OpenCV
讨论了OpenCV(Open Source Computer Vision Library)相对于现有的计算机视觉软件包所具有的优势,描述了OpenCV的
环境配置、数据定义、图像元素访问方式。OpenCV成为一种源码开放、包含丰富的高级数学计算函数、图像处理函数和计算机视觉
函数、不断更新和平台无关性的计算机视觉软件包。(Discussed the OpenCV (Open Source Computer Vision Library) relative to the existing computer vision, the advantages of packages, description of OpenCV environment configuration, data definition, the image element access mode. OpenCV become an open-source, contains a wealth of advanced mathematical calculations, functions, image processing functions, and computer vision functions, continuously updated, and platform-independent package of computer vision.)
- 2009-10-25 00:48:30下载
- 积分:1
-
fveqf
实现了图像的灰度化并进一步用于视频监视控,一些自适应信号处理的算法,计算加权加速度。( Achieve a grayscale image and further control for video surveillance, Some adaptive signal processing algorithms, Weighted acceleration.)
- 2017-05-04 13:43:54下载
- 积分:1
-
1-s2.0-S0925753510002559-main.pdf
I WANT SOURCE CODE FOR IMAGE SEGMENTATION
- 2013-07-31 14:23:59下载
- 积分:1