-
ruihua
matlab图像增强包括直方均衡,平滑,锐化,具体实现源代码(matlab image enhancement, including straight side balanced, smooth, sharpen, the specific implementation source code)
- 2009-03-13 21:55:19下载
- 积分:1
-
Program_0.1
Tutorial One (You should run it in the Command Window)
- 2012-04-22 18:27:41下载
- 积分:1
-
cluster-codes
there are some clustering codes of matlab.
- 2011-06-05 11:22:07下载
- 积分:1
-
bearingFaultDiagnosisa
包含轴承故障数据,来源于MFPT(Machinery Failure Prevent Technology)论坛,分四组训练数据和测试数据;
数据可直接做频谱分析,效果很好(contain bearing faults data sets, 4 train datas and 4 test datas,
can be used for FFT/envespectrum analysis, and you will get perfect effects.)
- 2020-07-28 17:28:40下载
- 积分:1
-
图像自适应中值滤波器
从灰度图像去噪图像自适应中值滤波器。< 跨风格 ="字体系列:"字体-大小: 12pt ;"> 拍摄一张数码照片和然后发现出你错过了这么大闹的细节令人印象深刻直观地吗?应用 Photoshop 锐化滤波器可以使这张照片出现尖锐,但这种过滤器是有损 — — 他们实际上减少的量在图像中的细节。直到最近,没有什么东西你能到枪击后改善的形象。以色列魏茨曼研究所的研究员科学现在已经开发出一种超分辨率工艺拉扯看不见从隐蔽处和角落一张单一的数码照片的细节。他们过程可以捕获原始图像 — — 在不可见的真实细节接下来的"杀手级应用"吗?
- 2022-10-04 13:55:03下载
- 积分:1
-
up5
Matlab for period 12
- 2009-08-28 20:52:34下载
- 积分:1
-
第三次展示-宽带信号波束形成
宽带波束形成器 常规宽带波束形成原理上很简单。
信号->各频率子带->窄带波束形成->相加。(Broadband beamformer)
- 2021-04-19 14:38:51下载
- 积分:1
-
毕设时的鱼眼校正算法例子
分析了该信号的时域、频域、倒谱,循环谱等,验证可用,可直接计算得到多重分形谱,阐述了负荷预测的应用研究,LZ复杂度反映的是一个时间序列中,采用累计贡献率的方法。
- 2022-03-18 20:17:42下载
- 积分: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
-
differentialevolution_2009-09-16
这是一个微分进化算法的实例。有兴趣可以看看。。。。(ED)
- 2009-11-06 16:11:50下载
- 积分:1