-
POS-PID
运用粒子群优化算法对PID控制器进行优化设计,通过matlab实现(The use of particle swarm optimization algorithm to optimize the design of PID controller, through matlab to achieve)
- 2011-11-23 10:11:38下载
- 积分:1
-
xihua
细化。通过MATLAB对图像进行细化提取骨架处理,从而方便进行下一分析(Refinement
zs appises the Zhang-Suen skeletonization algorithm to image IM. IM must
be binary.)
- 2009-06-01 15:07:33下载
- 积分:1
-
PCAKmeans
用主成分分析来降维,用Kmeans方法聚类;应用于变化检测中(Principal component analysis is used to reduce dimension with k-means algorithm is used to cluster; change detection)
- 2021-03-29 18:09:10下载
- 积分:1
-
MRF-grubcut
通过Markov随机场(MRF)实现图像的分割,例程给出了图像分割为3类的MRF算法(By Markov random field (MRF) for image segmentation, image segmentation routine gives the MRF algorithm for the three classes)
- 2013-08-26 21:48:28下载
- 积分: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
-
The-level-set-C-V-model
说明: 水平集C-V模型,用水平集算法实现三幅图像的自动分割。(The level set C- V model,with the level set algorithm to realize three image segmentation)
- 2011-03-09 22:29:43下载
- 积分:1
-
09_Direct
人民邮电出版社,《VC++数字图像处理典型算法及实现》-- 第9章图像分割。
包括图像的并行边界分割、串行边界分割、并行区域分割、串行区域分割、Canny算子的实现等源代码(Posts )
- 2008-06-03 11:11:23下载
- 积分:1
-
particle-filter--algorithm-code
文件中含有粒子滤波完整代码以及几种改进粒子滤波算法代码,运行主函数可以分别看到粒子滤波算法和改进后的算法运行效果,适合初学者学习应用(The file contains the complete code of particle filter and several improved particle filter algorithm code, run the main function algorithm performs the particle filter algorithm and the improved see respectively, suitable for beginners to learn to use
)
- 2014-04-21 09:50:17下载
- 积分:1
-
vc-driven-camera-capture-images
该文档的主要功能就是利用vc编写一段代码实现摄像头采集图像。(The main function of the document is vc write a piece of code to achieve the camera capture images.)
- 2013-04-02 10:43:48下载
- 积分:1
-
IDL code
说明: 压缩文件中的代码可以读取图片并计算绿色植被的归一化植被指数,直接在IDL中打开即可使用(The code in the compressed file can read pictures and calculate the normalized vegetation index of green vegetation,and you can open it directly in IDL and use it.)
- 2019-06-11 16:32:04下载
- 积分:1