-
poiss_prma
this is a simple version of PRMA algorithm, a shared medium access protocol.
- 2010-07-20 22:16:27下载
- 积分:1
-
gmcalab_le1.0
GMCA Toolbox for Denoising, 2005年一篇有关基于MCA去噪的源代码,国外网站转载。(GMCA Toolbox for Denoising, 2005 MCA denoising based on an article on the source code, web reprint abroad.)
- 2009-04-07 07:15:06下载
- 积分:1
-
modulation
am and fm modulation
- 2010-11-10 14:03:46下载
- 积分:1
-
Threshold-1
说明: 各种分割算法的实验
包括阈值分割,多阈值分割,二维最大熵分割等(various experiments, including the threshold segmentation, multi-threshold segmentation, 2D Maximum Entropy segmentation)
- 2021-04-09 16:28:59下载
- 积分:1
-
Hopfield
Hopfield网络的TSP问题求解,能够出图的,哈哈啊哈哈哈哈哈哈哈哈(Hopfield network to solve TSP problems)
- 2011-05-12 17:41:04下载
- 积分:1
-
This is the source code to SEEDS superpixels
This is the source code to SEEDS superpixelsThis is the source code to SEEDS superpixels, as described in M. Van den Bergh, X. Boix, G. Roig, B. de Capitani and L. Van Gool, "SEEDS: Superpixels Extracted via Energy-Driven Sampling", ECCV 2012.
The SEEDS class is defined in seeds.h and seeds2.cpp. The method can be run on an RGB image (stored in an UINT* array) by using the following constructor, initialization and iteration methods:
SEEDS(int width, int height, int nr_channels, int nr_bins, int min_size);
void initialize(UINT* image, int seeds_w, int seeds_h, int nr_levels);
void iterate();
The initial size of the superpixels is independent from the image size, and defined by the following 3 parameters: , and . The first two define the minimum block size in the SEEDS algorithm. The defines the number of times this block size is doubled to
- 2023-06-16 08:35:03下载
- 积分:1
-
mt.rar
很有用的matlab程序.传给你们看看 ,随便看,互相进步,共同分享,快了两
(very useful Matlab procedures. You can look at, casually, between progress and common sharing, the two fast)
- 2007-03-15 13:42:35下载
- 积分:1
-
lms
LMS adaptive fulter in matlab. for remove echo in telecomunication
- 2013-10-07 19:56:39下载
- 积分:1
-
RGBaHSV
颜色空间转换,颜色直方图信息提取,颜色空间逆变换(Color space conversion, color histogram information extraction, the color space inverse transform)
- 2013-04-16 08:52:56下载
- 积分:1
-
遗传算法做的作业调度问题
采用遗传算法,解决作业调度问题。一共三个作业,每个作业有不同的时间长度和紧急程度,超过时间会有惩罚措施。通过遗传算法计算出最好的作业安排,使得惩罚最小,获益最大。最终结果通过GUI用甘特图的方式展示出来。
- 2022-04-14 19:29:04下载
- 积分:1