-
rgb2hsi
将RGB彩色空间转换到HSI彩色空间,HSI彩色空间更接近人眼对彩色的认知。(The RGB color space conversion to the HSI color space, HSI color space is closer to the human eye color perception.)
- 2013-08-18 08:12:48下载
- 积分:1
-
matlab代码 用于遥感图像变化检测
说明: 此matlab代码是用于遥感图像变化检测的(This matlab code is used for remote sensing image change detection)
- 2020-06-18 03:20:01下载
- 积分: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
-
EC1211Source
this is a project about animation. how do we form the shape to make it look like car, house abd so on. with the colours that wee like and the movement.
- 2009-05-29 21:31:36下载
- 积分:1
-
fingerprint-enhencement
指纹图像与处理源码及资料,包括图像滤波、方向场计算、频率图计算等(source code and papers of fingerprint preprocessing methods)
- 2020-10-26 10:29:59下载
- 积分:1
-
植被提取
利用matlab对只包含RBG三个波段的图像进行植被提取,通过设定一定的阈值将植被与背景进行分割(The vegetation is extracted from the image containing only three bands of rbg by matlab, and the vegetation and background are segmented by setting a certain threshold.)
- 2019-05-23 20:43:11下载
- 积分:1
-
matlab_gaosumubiao
高速机动目标检测跟踪的程序,好不容易写的,请珍惜(High-speed target detection)
- 2012-06-14 11:09:50下载
- 积分:1
-
SIFT
图像检索中经典的SIFT方法matlab实现,由NTU的大牛撰写,做了些批注。(SIFT for image retrieval,feature extraction and matching)
- 2020-12-30 15:29:00下载
- 积分:1
-
yu-chu-li
P0301:数字图像矩阵数据的显示及其傅立叶变换
P0302:二维离散余弦变换的图像压缩
P0303:采用灰度变换的方法增强图像的对比度
P0304:直方图均匀化
P0305:模拟图像受高斯白噪声和椒盐噪声的影响
P0306:采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波
P0307:采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波
P0308:图像的自适应魏纳滤波
P0309:运用5种不同的梯度增强法进行图像锐化
P0310:图像的高通滤波和掩模处理
P0311:利用巴特沃斯(Butterworth)低通滤波器对受噪声干扰的图像进行平滑处理
P0312:利用巴特沃斯(Butterworth)高通滤波器对图像进行锐化处理 (P0301: digital image data matrix display and Fourier Transform P0302: two-dimensional discrete cosine transform image compression P0303: using gray transform method to enhance the contrast of the image P0304: histogram equalization P0305: Simulation images by white Gaussian noise and salt and pepper noise P0306: 2D median filtering function medfilt2 right by Salt and Pepper image noise filtering P0307: using MATLAB functions filter2 of noise images mean filtering P0308: Image Adaptive Filter Weiner P0309: use five different gradient Enhancement Act for image sharpening P0310: Images of the high-pass filtering and mask handling P0311: use Butterworth (Butterworth) low-pass filter on the noise in the image smoothing P0312: use Butterworth ( Butterworth) high-pass filter for image sharpening)
- 2013-10-30 10:12:55下载
- 积分:1
-
sift-mosaic
图像拼接程序,可以实现几幅图像的拼接,其原理是基于Lowe教授提出的SIFT特征算法。该方法非常有效,通过两两图像进行配置后,采用融合技术,得到拼接后的全景图(This is code for image mosaic based on SIFT algorithm,it is very useful for learning image process.)
- 2015-01-06 15:30:23下载
- 积分:1