-
ImageCompletion1.01
image processing application
- 2009-06-19 18:42:01下载
- 积分:1
-
SVM
说明: 基于opencv的支持向量基(SVM)的代码,利用SVM解决2维空间向量的3级分类问题。(Opencv-based support vector machine (SVM) of the code, the use of SVM to solve 2-dimensional vector space of three classifications.)
- 2009-08-03 11:28:59下载
- 积分:1
-
MoveTest
对视频中的几帧进行移动目标检测,着重标记出移动目标。(Moving targets are detected for several frames in the video, with emphasis on the moving target.)
- 2016-11-23 21:26:17下载
- 积分: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
-
LevelSetmatlabcodes
说明: 水平集图像分割方法的一个经典DEMO,05年CVPR上的文章的实现程序,无偿呈现(Level set image segmentation methods of a classical DEMO, 05 years CVPR articles realization procedures, free show)
- 2008-10-07 14:59:41下载
- 积分:1
-
DIP
包含二值化、canny算子边缘检测、感兴趣区域提取、自动多阈值分割等程序,及分水岭分割和连通域字符识别两篇文章。(Contains two values, canny edge detection, region of interest extraction, automatic threshold segmentation procedures, and watershed segmentation and character recognition two articles connected domains.)
- 2013-05-23 11:36:52下载
- 积分:1
-
gradient
说明: 图像梯度计算 遥感图像处理必备 非常实用 欢迎下载(Remote sensing image processing image gradient calculation is very useful are welcome to download necessary)
- 2010-04-29 19:46:32下载
- 积分:1
-
Nonlocal-Image-Restoration-
利用非局部特性并结合低秩解法的图像降噪算法,速度很快(Nonlocal properties combined with low rank Solution image noise reduction algorithm, fast)
- 2021-04-25 11:48:46下载
- 积分:1
-
chapter12
图像处理中的数字识别代码,包括数字训练集合和训练分类算法,可以实际应用。(digital recognition)
- 2015-10-11 21:25:41下载
- 积分:1
-
1
说明: 图像去雾可以还原图像的颜色和能见度,同时也能利用雾的浓度来估计物体的距离,这些在计算机视觉上都有重要应用(Image Fog can restore the color and visibility of the image, but also can use the concentration of the fog to estimate the distance of the object, which have important applications in computer vision)
- 2017-12-31 19:34:21下载
- 积分:1