-
Untitled
简单背景下的红外目标检测,本程序用背景差分法实现目标检测,效果很好。(Simple under the background of the infrared target detection, the background difference method is used to implement target detection program, the effect is very good.
)
- 2013-03-15 15:12:26下载
- 积分:1
-
qushuiyin
一个去水印的程序,已调好。里边包含实例图片,可以帮助大家理解这个代码。(A program to watermark has a good tune. Inside contains examples of pictures that can help us to understand the code.)
- 2013-10-13 23:27:47下载
- 积分:1
-
Separating-Reflections-from-Image
基于快速核独立分量分析的图像反光分离研究
(Fast Kernel independent component analysis based on the image separation of reflection)
- 2011-05-30 22:25:07下载
- 积分: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
-
HSV-Space-segmentation(Training-and-Testing)
在HSV色彩空间进行彩色图像分割源码,包括学习和训练算法,获得分割参数(In the HSV color space for color image segmentation source code, including learning and training algorithm, access to segmentation parameters)
- 2009-12-07 21:34:29下载
- 积分:1
-
edge_detector
Roberts算子,Prewitt算子,Sobel算子,Marr算子,Canny算子之一对输入图像
实现边缘检测,输出边缘图像并与matlab自带函数实现进行对比(Roberts operator, Prewitt operator, Sobel operator, Marr operator, Canny operator to achieve one of the input image edge detection, the output edge image and bring their own matlab function compared)
- 2009-04-28 20:05:16下载
- 积分:1
-
Gabor-feature
基于Gabor的特征提取,gabor滤波器的构造 包含中科院的虹膜库(base on gabor zhongkeyuandehongmoku)
- 2011-06-08 20:52:20下载
- 积分:1
-
matlab-watershed-algorithm
说明: 使用matlab做分水岭算法,分水岭算法是图像分割中常用的算法,算法的理论依据待考究,适用场景可供分析讨论。(watershed algorithm using matlab)
- 2011-03-01 14:49:10下载
- 积分:1
-
comsol
用comsol做声固耦合的例子,例子的内容是声子晶体的投射系数,对用comsol来计算声子晶体的初学者很不错(Coupled with comsol said anything solid examples, examples of the content is the projection coefficient of phononic crystals, the phonons with comsol to calculate the crystal is very good for beginners)
- 2011-08-23 08:46:09下载
- 积分:1
-
FaceDetect(mathworks)
Viola-Jones Fast Face Detection的matlab实现。(Viola-Jones Fast Face Detection Mex Implementation)
- 2009-07-06 14:00:49下载
- 积分:1