-
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
-
wiener.m
Computes the wiener solution filter
- 2011-11-07 18:33:43下载
- 积分:1
-
Gausselimination
Gauss Elimination for inverse calculation Matlab code . Input taken text file
- 2014-12-13 18:51:02下载
- 积分:1
-
untitled1
光伏并网逆变器的仿真系统的S函数,能实现其的模拟仿真(PV grid-connected inverter simulation system S-function)
- 2013-10-13 15:51:56下载
- 积分:1
-
lorentz
三个程序,分别以四阶龙格库塔法和欧拉法解洛伦兹方程,并绘制相图,时间演化图,庞加莱截面图.(Three procedures, respectively, fourth-order Runge-Kutta method and Euler method for solving the Lorentz equation and draw the phase diagram, the time evolution of the map, Poincare section.)
- 2020-10-22 13:37:23下载
- 积分:1
-
SER_compare
ser的比较实现基于mmse_mse和LS_mse
(SER compare)
- 2009-09-19 11:04:36下载
- 积分:1
-
E_pulse
E_pulse methode target identification
- 2012-03-22 18:39:51下载
- 积分:1
-
svpwmvect
a simulation of the svpwm of two levels inverters
- 2010-07-28 23:36:54下载
- 积分:1
-
kuopinpinpu
这个程序用matlab演示扩频及其频谱。(Matlab demo using this procedure and its Spread the spectrum.)
- 2008-04-14 10:28:07下载
- 积分:1
-
code
Content Based Image Retrieval, CBIR
- 2011-05-14 18:14:54下载
- 积分:1