-
a
说明: 图像分割 模糊聚类分割算法 通过MATLAB实现的C聚类分割算法,输入分割类别数。可以得到分割后的图像对比(Image segmentation algorithm based on fuzzy clustering partition)
- 2009-04-16 21:12:59下载
- 积分:1
-
xuno_featureextraction
用于提取某一信号的特征参数以实现模式识别的分析。(For extracting the characteristic parameters of a signal in order to achieve pattern recognition analysis.)
- 2010-01-19 22:37:11下载
- 积分:1
-
3D_SL0
压缩感知:3维压缩感知重构算法,采用最速下降法和梯度投影原理,逐步逼近最优解。是本人精心编写调试好的,请放心使用。(cs:3 dimensional compressive sensing reconstruction algorithm, using the steepest descent method and the gradient projection principle, and gradually approaching the optimal solution.
)
- 2016-07-02 09:09:24下载
- 积分:1
-
dxVideo
This library contains helper functions to read image frames into matlab from Video
file using DirectShow. This library has borrowed codes from Ashwin Thangali s
"DirectShow (DirectX) based AVI file reader", and it can read multiple video formats besides avi.
Features:
a) can read frames from rmvb, avi, etc.
b) handles most codecs installed on the system
d) its implementation is only based on the IMediaDet interface
-- Depending on your Matlab version, the .mexw32 files may need to be renamed as .dll
-- The library usage is as follows,
[avi_hdl, avi_inf] = dxVideoOpen(avi_filename)
pixmap = dxVideoReadMex(avi_hdl, frame_num)
img = reshape(pixmap,[avi_inf.Height,avi_inf.Width,3])
dxVideoCloseMex(avi_hdl)
-- recompile the library
I have compiled the code with the DirectShow lib in Microsoft DirectX 9.0 SDK Update (December 2004)
-- known limitation
a)only works for windows :(
b)may be slow for big image frames and some codecs.
- 2009-11-05 17:17:06下载
- 积分:1
-
samespan
Test if two matrices have the same column space
- 2010-03-06 17:28:23下载
- 积分:1
-
NicheSGA_1
说明: 自适应遗传算法MATLAB源程序,供遗传算法初学者学习(Adaptive Genetic Algorithm MATLAB source code for genetic algorithm for beginners to learn)
- 2008-11-26 22:58:47下载
- 积分:1
-
Electromagnetic-Waves-and-Antennas
《Electromagnetic Waves and Antennas》经典书籍全部源码及电子书,希望能对大家有用!(《Electromagnetic Waves and Antennas》——All the source code and ebook, I wish that this can be useful to everybody!)
- 2014-12-10 11:21:03下载
- 积分:1
-
TIME-FREQUENCY
Matlab时频分析技术及其应用教材后面的源代码(Frequency analysis technology and its application materials behind when the source code Matlab)
- 2013-12-07 18:11:23下载
- 积分:1
-
zero_pad
Demo of zero-padding DFTs for 4F7 course (lecture 2):
Spectrum of a single complex exponential added together
- 2011-02-09 02:10:59下载
- 积分:1
-
LeastSquare
利用最小二乘迭代方法计算用户位置的matlab程序。(This is a least-squarels program writing with matab tool!)
- 2012-03-29 16:15:07下载
- 积分:1