-
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
-
apcluster
To convey how complete a task is, you can use a progress bar like this one: --> ... After you see a progress bar and a progress monitor in action(To convey how complete a task is, you can use a progress bar like this one:--> ... After you see a progress bar and a progress monitor in action)
- 2008-04-04 17:49:16下载
- 积分:1
-
abcd
Matlab系统辨识工具箱的系统建模 完整教材 欢迎下载。。。。。(Matlab system identification toolbox materials are welcome to download a complete system modeling. . . . .)
- 2009-11-28 22:24:28下载
- 积分:1
-
badri
content based image using texture and color based histogram analaysis
- 2013-07-20 17:12:03下载
- 积分:1
-
PUMA
Puma560 DH coordinate. It calculates the position of the end effector with respect to the base coordinate.
- 2012-04-03 04:04:22下载
- 积分:1
-
tarin-chirp_ambg
脉冲串和Chirp信号的匹配滤波及模糊函数Matlab源码(Matlab Codes Of Matched Filtering and Ambiguity Function On Train Pulse and Chirp Signal)
- 2011-12-19 16:19:32下载
- 积分:1
-
F_Cluster
依据不同模糊距离公式建立模糊相似矩阵,采用matlab编程实现的模糊聚类分析的源程序代码(Fuzzy similar matrix matlab fuzzy clustering analysis of the source code programming depending on fuzzy distance formula)
- 2013-12-24 18:51:15下载
- 积分:1
-
ePic212
这是一个用来控制机器人ePuck的matlab GUI.通过它,使用者可以获取一切关于ePuck的感应器信息。(this is the matlab GUI program used on the robot ePuck.User can control the robot through it and also obtain the sensor reading.)
- 2009-02-22 01:14:49下载
- 积分:1
-
matlab123
很简单实用的一段边缘检测的matlab程序,请各位指正。(A very simple and practical procedures for edge detection matlab, please correct me.)
- 2011-05-15 12:25:27下载
- 积分:1
-
zuheyuce
时间序列,指数平滑法,灰色GM(1,1)模型,运用最优加权组合模型和经验加权组合模型(Combination Forecast)
- 2009-09-20 10:22:06下载
- 积分:1