-
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
-
TurboOFDMfading
turbo ofdm in fading channel
- 2011-06-22 00:14:21下载
- 积分:1
-
CICfilterSim
CIC 滤波器的设计演示程序 可以运行的 还有分析性能(CIC filter design demo program that can run as well as to analyze the performance)
- 2013-12-08 21:30:11下载
- 积分:1
-
brasenham
Bresenham algorithm, platform matlab.
- 2012-04-10 19:31:29下载
- 积分:1
-
Predictive-encoding-and-decoding
用matlab对图象实施预测编码和解码,并将原图象与解码图象进行方差计算。(Using matlab implementation of image predictive coding and decoding, and the original image and the decoded image variance calculations.)
- 2013-12-20 20:24:35下载
- 积分:1
-
jade
独立成分分析JADE算法,针对复数数据 独立成分分析JADE算法,针对复数数据(The JADE algorithm of Independent Component Analysis Complex data
)
- 2012-11-20 21:52:25下载
- 积分:1
-
NEMD_Supplement
multivaraite empirical mode decomposition
- 2010-05-14 11:45:47下载
- 积分:1
-
puma560
6轴机械臂的运动学正逆解算法,仅供参考。(6-axis manipulator kinematics inverse solution algorithm are for reference purposes only.)
- 2016-04-06 20:35:48下载
- 积分:1
-
70-83
《MATLAB时尚百例实例》实例70-83()
- 2007-07-11 15:10:56下载
- 积分:1
-
tsp
matlat源程序解决tsp问题,使用的是遗传算法,与普通的程序不同,本程序详细介绍了遗传算子的构造(MATLAB to solve tsp problem)
- 2009-09-23 15:44:41下载
- 积分:1