-
特征选择之relief-F的MATLAB实现
Relief-F 算法是由 Kononenko 在 Relief 算法基础上扩展得到的,可以用来解决多分类与回归问题。 Relief-F 特征选择算法利用特征与类别间的相关程度判别特征的敏感程度,敏感的特征能使同类样本靠近,非同类样本远离。基本思想是: 先随机从总样本集 D中获取一个样本 R, 然后在 与 R 同类样本集中和与R 异类 样 本 集 中 各 获 取 k 个近 邻 样 本, 在 特 征 集 F中如果某个特征上异类样本的距离大于同类样本,则这个特征是有利于分类的,增加其权重,重复 n 次 取所有结果的均值作为每个特征的最终权重值.
- 2020-11-29下载
- 积分:1
-
ClockDemo
一个时钟的简单实例。背景为白色,可根据实际需要改表盘等。(A simple example of a clock. The background is white, can be changed according to the actual needs of the dial.)
- 2016-03-11 14:37:18下载
- 积分:1
-
kongyulvbo
采用五种算子对图像进行空域滤波处理,实现去模糊效果。(Using five kinds of operators on the image spatial filter processing, and to the blurring effect.)
- 2010-01-10 23:07:02下载
- 积分:1
-
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
-
Average
说明: 可以实现基于matlab的加权平均方法的图像融合,亲测有效。(The weighted average method based on matlab can be used for image fusion)
- 2020-04-23 18:08:02下载
- 积分:1
-
qt数字识别
【实例简介】基于模板匹配的数字图片识别,使用opencv3进行图像处理
- 2021-06-15 00:31:14下载
- 积分:1
-
stack_seg
基于堆栈的图像分割算法,速度较普通区域生长法更快(Stack-based image segmentation algorithm, region growing faster than the ordinary method faster)
- 2007-12-04 11:36:01下载
- 积分:1
-
TwoImageMatch
采用协方差的方式计算相关系数,分析图片的相似性,然后对图像进行匹配(The covariance of the way of calculating the correlation coefficient, and analyze the image similarity, and then to do image matching
)
- 2012-12-27 13:35:04下载
- 积分:1
-
6image-recover
将一幅M×N的灰度图像用3×3平均滤波器进行模糊,分别再加上一定的高斯
噪声和均匀噪声。然后,设计一个维纳滤波器对这两幅图像进行复原,分别
计算这两幅图像复原前后的PSNR。(Gray-scale image of a MN 33 average filter is vague, respectively, plus a Gaussian noise and uniform noise. Then, design a Wiener filter to recover these two images, the two images before and after the recovery of PSNR were calculated.)
- 2013-04-11 19:57:17下载
- 积分:1
-
灰度图像二维otsu自动阈值分割
一种基于otsu的二维灰度图像分割算法,包括注释和源代码,适合初学者使用。(A two-dimensional gray image segmentation algorithm based on Otsu, including annotation and source code, which is suitable for beginners.)
- 2020-07-18 11:28:47下载
- 积分:1