-
3D-IQA-master
说明: 关于立体图像质量评价的论文和一些工程实现代码。(Papers on stereo image quality evaluation and some engineering implementation code.)
- 2019-11-23 10:40:04下载
- 积分:1
-
kalmannew
kalman是视频跟踪的几本算法,本算法就是一个kalman的很好的应用例子!(video tracking kalman several algorithms, this algorithm is an application of kalman good example!)
- 2008-04-08 21:23:34下载
- 积分:1
-
matlab
图像二值化,去离散噪声,彩色图像灰度化,特征提取,灰度化,彩色图像平均灰度(Image binarization, to discrete noise, color gray image feature extraction, gray, color image mean gray)
- 2010-07-01 11:30:40下载
- 积分:1
-
SURF源码(matlab版)
SURF的实现代码,用于图像特征提取,对于入门计算机视觉的同学有帮助(SURF implementation code for image feature extraction, for beginners of computer vision students help)
- 2020-07-17 10:58:48下载
- 积分:1
-
regiongrow
区域生长 冈萨雷斯 matlab 集合了区域生长函数和使用过程文件(The region growing Gonzalez matlab collection of regional growth function and process of using file)
- 2013-03-20 11:19:01下载
- 积分:1
-
mi_registration
2维的基于互信息的图像配准算法,使用powell法作为优化算法(2-dimensional mutual information based image registration algorithms, the use of law as the optimization algorithm powell)
- 2020-06-30 10:20:01下载
- 积分:1
-
DeblurringImagesUsingWienerFilter
模拟运动模糊 恢复模糊图像 对加性噪声图像的恢复等(Fuzzy simulation of the restoration of motion-blurred images of additive noise, such as image restoration)
- 2009-05-06 08:40:30下载
- 积分:1
-
kuangjia11
matlab图像处理,可以提取图像轮廓,提取效果好。(matlab image processing, image contour can be extracted, extraction effect.)
- 2009-04-21 09:41:15下载
- 积分: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
-
MSRCR
说明: MSRCR的一种相关简单算法,和自己的一点改进算法,使用平台为MATLAB(A simple algorithm of MSRCR and its own improved algorithm, using the platform of MATLAB)
- 2019-05-02 09:57:56下载
- 积分:1