-
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
-
19
说明: 对图像进行中值滤波,去除噪声,并与原图像进行比较(Median filter on the image to remove noise, compared with the original image)
- 2011-04-09 19:28:58下载
- 积分:1
-
基于PCA-LDA光谱数据的降维处理
说明: 光谱数据降维处理,结合了主成分分析和LDA方法,可直接运行(Spectral data dimensionality reduction processing, combined with principal component analysis and LDA method, can be directly operated)
- 2020-04-27 11:25:01下载
- 积分:1
-
20060418083529571
彩色车牌的一种新的阈值分割算法的实现,可以参考实现其他型状的彩色分割
(color plates of a new threshold segmentation algorithm achieved, we can make reference to the achievement of other shapes color segmentation)
- 2006-08-10 16:38:32下载
- 积分:1
-
sift-match
MATLAB工具sift实现图像拼接,上下拼接(MATLAB tool sift image stitching, stitching up and down)
- 2012-05-28 19:19:44下载
- 积分:1
-
SparseMatrixOfExamples
稀疏矩阵的实例,讲述如何用稀疏矩阵进行实际的编程。本例是以超市购物为实际背景。(Examples of sparse matrix)
- 2010-07-29 09:57:15下载
- 积分:1
-
vfxhw2
图像拼接源码实现,包括多频率图像融合,sift特征点配准算法(Image Stitching source implementation, including multi-frequency image fusion, sift feature points matching algorithm)
- 2010-03-16 14:22:04下载
- 积分:1
-
BBSD
基于区域的空间域图像融合。先对源图像作小波分解,低频分量加权平均,高频分量用模糊C均值聚类算法进行区域分割,对区域进行基于ssim值的融合,最后小波逆变换得到融合图像。(region based spatial domain method.First do the source image wavelet decomposition low frequency components weighted average of the high frequency component using Fuzzy C-means clustering algorithm region segmentation of regional integration based ssim value, and finally fused image inverse wavelet transform)
- 2016-05-20 16:27:11下载
- 积分:1
-
PythonCode
用python编写的基于CV2的图像融合程序,实现偏振信息到IHS的转换、融合。(Using python to write the CV2-based image fusion program to achieve the polarization information to IHS conversion, integration.)
- 2020-11-13 19:49:43下载
- 积分:1
-
dark_channel_matlab
何凯明暗通道先验法进行单幅图像去雾的实现。
严格按照每一步编程。步骤清晰,代码易懂,更改图片路径后便可执行。(Make a single image to achieve HE dark fog channel priori method.
In strict accordance with each step programming. Step clear, easy to understand code, change the image path after the executable.)
- 2015-01-18 17:00:23下载
- 积分:1