-
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
-
lee
lee filter for speckle reduction
- 2012-05-03 00:14:52下载
- 积分:1
-
PSO_0810
计算粒子群算法的适应度函数,粒子群算法的程序和使用(The fitness function of pso is calculated,Particle swarm optimization program and use)
- 2020-06-23 00:20:02下载
- 积分:1
-
ppca
有关PPCA的计算程序,具体可见内部文件及说明,程序比较经典,很值得参考!(the PPCA the calculation procedures, visible and internal documents show that classical procedures that it is worthy reference!)
- 2006-10-26 16:07:00下载
- 积分:1
-
MatlabprogrammsforencodinganddecodingofLDPCcodesov
There is an example of how to use the LDPC encode/decode with AWGN
channel model in files .ldpc_decode.m and .GFqldpc_decode.m.
There are a few parity check matrices available in the code but
you can use other matrices provided you have enough memory to load
them. I suggest checking out matrices in Alist format available on
David MacKay s web site.You will need to have access to a MEX compiler
to be able to use a few functions written in C.
LDPC的仿真代码(There is an example of how to use the LDPC enc ode/decode with AWGN channel model in files. l dpc_decode.m and. GFq ldpc_decode.m. There are a few parity check matrices available in the code but you can use other matrices provided you have enough memory to load them. I suggest check ing out matrices in Alist format available on Da vid MacKay's web site.You will need to have acces MEX's to a compiler to be able to use a few function 's written in C. Simulation LDPC code)
- 2007-04-04 22:28:13下载
- 积分:1
-
wm1
Matlab code for extraction
- 2011-11-09 22:25:49下载
- 积分:1
-
tfGUI
基于matlab的标准闭环传递函数的阶跃响应,程序,自己编写的GUI,在GUI只需要输入阻尼系数的值即可。(Matlab-based standard step response of the closed-loop transfer function, procedures, write your own GUI in the GUI only need to enter the value of the damping coefficient can be.)
- 2013-05-01 23:15:14下载
- 积分:1
-
cppm_ieee
Digital Communication Using
Chaotic-Pulse-Position Modulation
- 2013-12-07 04:25:00下载
- 积分:1
-
imagefeatureextractionmethod
桌红外图像特征提取方法研究。基于模糊核主成分分析的高光谱遥感影像特征提取研究。(Table infrared image feature extraction method.)
- 2010-11-14 16:08:17下载
- 积分:1
-
matlabr2007
说明: <<小波分析理论与matlab r2007实现>>教材中的源代码(< < Wavelet analysis theory and the realization of matlab r2007> > materials in the source code)
- 2009-08-10 09:28:40下载
- 积分:1