-
NamespaceSupport2
Encapsulate Namespace tracking logic for use by SAX drivers.
- 2014-01-22 10:59:57下载
- 积分:1
-
aghorinhm
KRUSAL算法实现最小生成数的 最小生成数的 最小生成数的(The KRUSAL algorithm realizes the minimum generating number of the minimum generating numbe)
- 2018-08-03 20:10:02下载
- 积分:1
-
人脸识别模板匹配
利用matlab来实现人脸识别,人脸识别模板匹配,(Face Recognition Template Matching)
- 2020-06-19 20:40:01下载
- 积分:1
-
FingerPrintDlg
指纹图像处理包括梯度处理、方向场处理、平滑处理、智能增强处理等(The fingerprint image processing including gradient processing, direction field processing, smooth processing and intelligent enhancement processing, etc)
- 2011-04-30 19:28:34下载
- 积分:1
-
tuxiangjingxiang
图像简单处理小程序,带有测试图片,比较实用的小冬冬 (Simple procedures to deal with small images, with the test pictures, more practical small Dongdong)
- 2007-12-21 17:32:41下载
- 积分:1
-
GraphCuts
Graph Cuts是一个图像分割方法,具有交互式分割,分割效果很好。(Graph Cuts is an image segmentation method, with interactive segmentation, segmentation works well.)
- 2020-10-29 15:49:57下载
- 积分:1
-
MatlabTest
交通视频车辆检测,实现步骤为:
1.读取视频文件
2.利用图像提取相关算法检测单帧图像中的车辆
3.车辆检测算法应用于视频图像中
4.将结果可视化(Traffic video vehicle detection, the steps of: 1. Read the video file 2. Image extracting the vehicle in a single image of the correlation algorithm detecting vehicle detection algorithm applied to the video image. Results visualization)
- 2013-04-16 15:23:53下载
- 积分:1
-
gxty
一种光学测试的算法,有助于全面分析激光大气传输特性及其对光电系统性能的影响,希望对大家有帮助哦(An optical testing algorithm, which helps to fully analyze the characteristics of laser propagation in the atmosphere and its impact on the performance of photovoltaic systems, we want to help oh)
- 2017-03-03 16:14:02下载
- 积分:1
-
Lbp
说明: 使用lbp算法来计算出一副图片的纹理程度,归一化处理(LBP calculates the texture level of the image)
- 2020-12-10 17:49:48下载
- 积分: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