-
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
-
Archive
sobel算子进行边缘监测,附有源代码和效果图(sobel operator edge monitoring, with the source code and effect diagram)
- 2013-10-04 23:36:09下载
- 积分:1
-
[matlab]CPUmeultithread
[matlab source code]CPUmeultithread
- 2012-05-29 15:29:59下载
- 积分:1
-
hilbert
hilbert变换的程序,输入一个时间序列,既可以得到希尔伯特变换之后的复信号,输出结果是复信号(hilbert transformation)
- 2013-05-15 11:09:02下载
- 积分:1
-
MIMO_System
MIMO system implementation
- 2009-05-10 21:50:39下载
- 积分:1
-
dfe2011
DECISION FEEDBACK EQUALISER
- 2013-05-26 20:07:03下载
- 积分:1
-
matlab
浙江大学授课用的ppt的pdf版,使用教材是姚俊,马松辉. 《Simulink建模与仿真》. 西安电子科技大学出版社(Zhejiang University lectures ppt pdf version of use, use of materials is Yao Jun, Ma Songhui. 《Simulink modeling and simulation》, Xidian University Press)
- 2013-07-19 10:33:32下载
- 积分:1
-
random-noise-addition
matlab program for random noise addition
- 2012-08-22 13:09:45下载
- 积分:1
-
q2d
Two-dimensional Gaussian Q-function.
- 2013-09-20 18:24:36下载
- 积分:1
-
QPSK
四进制PSK信号的产生,方便大家进行相应信号的的调制实验。(Quaternary PSK signal, facilitate everybody carries on the corresponding signal modulation experiment.
)
- 2013-04-25 22:18:19下载
- 积分:1