-
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
-
faccccccc
hi friend how r u and this is project on face detection and face recognition enjoy u r life
- 2009-12-02 19:46:46下载
- 积分:1
-
ezw20100301
说明: 对原始的EZW算法德扫描顺序进行改进,使得每个方向上的零树根增多,大大增加了压缩率。(EZW algorithm on the original scan order to improve Germany, so that each direction of the zero roots increased, greatly increased the compression ratio.)
- 2011-03-25 10:17:27下载
- 积分:1
-
five_level_diode_clamped_pwmnikhil
five level diode clamp PWM.this is th e matlab simulink readyly usable file for PWM techinique
- 2011-05-23 17:04:02下载
- 积分:1
-
ACO-on-JSSP
This is an ant colony optyimizationtechnique for path planning
- 2014-09-11 21:04:33下载
- 积分:1
-
diffrent_sidelobe
均匀线列阵波束形成,使用契比雪夫等旁瓣加权方式(chebshev different sidelobe)
- 2014-01-21 21:54:27下载
- 积分:1
-
ica
ICA butterworth 自适应滤波 短时自相关 提升小波包(ICA butterworth adaptive filtering to enhance short-term autocorrelation wavelet packet)
- 2021-01-12 16:48:49下载
- 积分:1
-
ezwmatlab
使用Matlab写的EZW算法,里面有实例
(ezw algorithm, there are examples)
- 2015-09-28 19:51:02下载
- 积分:1
-
pv
说明: Matlab Simulink仿真程序,主要完成了pv光伏阵列的搭建。(Matlab Simulink simulation program, mainly completed the PV array construction.)
- 2020-03-18 21:42:03下载
- 积分:1
-
FUZZY-XIYIJI-CONTROL
洗衣机的模糊控制。分3个部分:
1:污泥和油脂隶属函数设计仿真程序;
2:洗涤时间隶属函数设计仿真程序;
3:洗衣机模糊控制系统仿真。(Fuzzy Control washing machine. Of three parts: 1: sludge and grease membership function design simulation program 2: washing time membership function design simulation program 3: Washing fuzzy control system simulation.)
- 2013-11-03 12:17:55下载
- 积分:1