-
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
-
F2P_Manual
说明: 光子晶体光纤的时域有限差分法软件的使用说明(Photonic crystal fiber finite difference time domain method of software instructions)
- 2010-04-26 22:36:18下载
- 积分:1
-
adaptive5
Keyword: FLC - RLS APPROACHES/ techniques
- 2011-07-07 09:44:36下载
- 积分:1
-
PDFC0315
this is a file about probabilioty data association
- 2013-02-26 13:03:34下载
- 积分:1
-
dierzhang2
matlab课件很有用的,对matlab学习很有帮助,希望采纳谢谢(it s very useful)
- 2014-01-24 10:59:41下载
- 积分:1
-
jia
说明: 多项式相加简单程序,欢迎大家评价~~~~~(Add a simple polynomial procedure, welcome to evaluate ~~~~~)
- 2010-04-05 17:40:38下载
- 积分:1
-
MATLAB-command-
该资料是汇总了大部分的MATLAB的命令语句,涵盖的面很广,包括常用命令,运算符和逻辑函数,语言结构和调试命令,矩阵和矩阵操作基础,数学函数与坐标变换,数据分析,多项式,双重函数,声音处理,字符串函数,低层文件输入输出函数,位操作结构和对象函数,数组函数,图像可视化函数这些模块。希望对大家学习MATLAB有所帮助。(This information is a summary of most of the MATLAB command statement, surface covers a wide range, including the commonly used commands, operators, and logical functions, language structure and debug commands, matrices and matrix operations based on a mathematical function and coordinate transformation, data analysis, polynomials, dual function, sound processing, string functions, low-level file input and output functions, function-bit operating structures and objects, arrays, functions, image visualization functions for these modules. We hope to learn MATLAB help.)
- 2014-11-07 21:46:44下载
- 积分:1
-
FDTD_TM_2D
Proramming FDTD with MATLAB
- 2010-10-03 06:29:11下载
- 积分:1
-
isodata
isodata implementation for matlab
- 2009-07-06 08:57:03下载
- 积分:1
-
fuzzy-immune-PID
模糊 免疫算法 PID 模糊 免疫算法 PID(Fuzzy immune PID algorithm PID fuzzy immune algorithm)
- 2021-04-29 16:18:43下载
- 积分:1