-
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
-
improcess
说明: 这是一个关于简单matlab motino trakcing 算法的工具箱,十分清楚,请用winzip 解压缩(This is a simple Matlab on motino trakcing algorithm toolbox, it is very clear, use winzip decompress)
- 2005-12-07 12:40:26下载
- 积分:1
-
dtlsrtx
摘要: 这个程序用下拉菜单条的方式可变选取参数观测李萨如图形.用MATLAB编写(Abstract : This procedure using the drop-down menu, select the variable parameters observation Lissajous figures. using MATLAB)
- 2006-10-22 19:10:59下载
- 积分:1
-
KF_FineAlign
这是一个很好的matlab精对准的详细程序(This is a matlab fine alignment program)
- 2013-03-13 22:57:38下载
- 积分:1
-
085src
085sre源代码给需要的朋友,和083那个差不多(085sre source code to a friend in need, and that almost 083)
- 2016-04-28 15:58:24下载
- 积分:1
-
bizhangrobot
机器人避障的matlab仿真实现,有源码,有动画效果(Robot obstacle avoidance realize the matlab simulation, has source, has animation effects)
- 2008-05-22 07:44:53下载
- 积分:1
-
marskintv
Route trajectory with variable speed
- 2012-04-23 03:03:03下载
- 积分:1
-
AWGN
卷积码性能分析:AWGN信道下的理论误码特性和仿真特性(Analysis of the performance of convolutional code
)
- 2013-01-23 11:35:06下载
- 积分:1
-
xindiantutu
有噪声心电图和滤除噪声的心电图,对初学者来说有个大概的认识。(ECG noise ECG and filter out the noise, probably for beginners.)
- 2012-11-29 22:13:31下载
- 积分:1
-
single_tank_control_pid
single tank level control using pid
- 2013-01-15 13:55:39下载
- 积分:1