-
dct-svd
说明: dct-svd域水印算法,实现数字水印图像在载体DCT-SVD域的隐藏(a kind of watermarking algorithm in DCT-SVD domain)
- 2010-04-18 21:48:32下载
- 积分: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
-
sichashufenjie
简单的几个四叉树分解程序,主要用于图像的分割(Several simple quadtree decomposition procedure, mainly used for image segmentation)
- 2008-05-18 18:19:16下载
- 积分:1
-
MRF
使用马尔可夫随机场进行图像分割,包括标记场、特征场建模和参数估计等,程序可运行。(image segmentation Using Markov random field , including label Field, features field modeling and parameter estimation, the program can run.)
- 2020-11-22 16:09:34下载
- 积分:1
-
Match-Template
说明: 模板匹配,能够准确的找出与所给图像一致的目标。(Template matching, the ability to accurately identify the image with the given goal.)
- 2008-11-11 14:03:58下载
- 积分:1
-
sift-introduction
SIFT特征匹配算法是目前国内外特征点匹配研究领域的热点与难点,其匹配能力较强,可以处理两幅图像之间发生平移、旋转、仿射变换情况下的匹配问题,甚至在某种程度上对任意角度拍摄的图像也具备较为稳定的特征匹配能力。该算法目前外文资料较多,但中文方面的介绍较少.(SIFT feature matching algorithm is at home and abroad feature points matching hot area of research and difficulties in its matching capability that can handle between the two images, translation, rotation, the matching problem in the case of affine transformation, and even to some extent have a relatively stable feature of the ability to match images taken on any angle. The algorithm is more foreign materials, but the Chinese introduction less.)
- 2012-07-02 17:21:06下载
- 积分:1
-
yuyanjiaozheng
实现对鱼眼图像的校正 我自己执行过 可以使用(it can realise the rectification of the fish eye image )
- 2010-06-04 17:26:26下载
- 积分:1
-
waveletorientation
基于小波的图像多尺度方向特征提取,小波可使用 db4 (Based on wavelet multi-scale orientation of the image feature extraction, wavelet can be used DB4)
- 2007-10-04 04:48:12下载
- 积分:1
-
gabor
GABOR对SAR图像进行滤波及纹理提取,可直接使用(GABOR of SAR image filtering and texture, can be used directly)
- 2020-07-30 17:38:38下载
- 积分:1
-
WaveletBasedImageSegmentation
基于小波变换的图像分割算法,它实现了论文 Wavelet Based Bimodal Image Segmentation for Blob Exctraction... 的算法。(This code is a part of work Wavelet Based Bimodal Image Segmentation for Blob Exctraction... .)
- 2015-09-14 15:07:00下载
- 积分:1