-
test_FLICM
FLICM一种基于模糊局部信息C均值聚类方法,是对传统FCM聚类方法的最近改进方法,具有更强的鲁棒性,效果明显优于传统算法。(A novel and robust FCM framework for image clustering called Fuzzy Local Information C-means (FLICM) clustering
algorithm.)
- 2011-10-18 00:30:56下载
- 积分:1
-
edge-detection
程序包括三种经典的边缘检测方法,均可独立运行,参数可调(Program includes three classical edge detection methods can be run independently, adjustable parameters)
- 2016-12-28 09:07:18下载
- 积分:1
-
Tikhonov正则化超分辨率重建
一个基于Tikhonov正则化超分辨率重建,可以成功运行。(A Tikhonov based regularized super resolution reconstruction can be successfully operated.)
- 2018-04-08 12:02:12下载
- 积分:1
-
LccSPM
LLC做的图像分类算法,非常经典的图像分类算法。属于Bag-of-Feature模型,采用的是SIFT特征描述组。(LLC do image classification algorithm, belonging to the Bag-of-Feature model using the SIFT descriptor group)
- 2012-12-26 13:39:50下载
- 积分:1
-
StOMP
分段自适应正交匹配追踪StOMP算法源程序,压缩感知里面很好的算法(Orthogonal Matching Pursuit StOMP adaptive segmentation algorithm source code, a good algorithm inside compressed sensing)
- 2020-11-24 15:19:32下载
- 积分:1
-
DE
说明:
最简单的差分格式有向前、向后和中心3种。
向前差分:f (n)=f(n+1)-f(n)
向后差分:f (n)=f(n)-f(n-1)
中心差分:f (n)=[f(n+1)-f(n-1)]/2(The easiest difference format forward, backward, and three kinds of centers.
Forward differencing: f (n) = f (n+ 1)-f (n)
Backward difference: f (n) = f (n)-f (n-1)
Central difference: f (n) = [f (n+ 1)-f (n-1)]/2)
- 2016-05-17 21:08:01下载
- 积分:1
-
DP-TBD
基于动态规划的检测前跟踪论文十余篇,对于雷达数据处理与目标跟踪方面工作者有较大帮助。(The 11 papers are all about DP-TBD, it is very useful in track before detected. )
- 2016-02-29 11:57:15下载
- 积分:1
-
lane-detect
canny边缘检测,还有车道线检测。效果还可以。(canny edge detection, and lane detection. The effect can be.)
- 2014-01-14 16:44:00下载
- 积分:1
-
GRABCUT
matlab与C++混编的grabcut分割程序,只需画框即可提取目标(grabcut algorithm)
- 2020-11-25 23:39:32下载
- 积分:1
-
zhongzhilvbo
中值滤波:采用5*5窗口对噪声污染的图像进行去噪处理。(Median filter: 5* 5 window on the noise pollution to deal with the image de-noising.)
- 2009-04-16 16:15:48下载
- 积分:1