-
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
-
r_test_pairedwew
Tests hypothesis that 2 variables are equally correlated with a 3rd if values from all 3 are paired
- 2010-11-11 22:08:27下载
- 积分:1
-
matlabcuda
说明: MATLABcuda编程指南,很好用的,大家有兴趣的有看看。(MATLABcuda programming guide, useful, and we are interested in a look.)
- 2010-05-04 17:38:47下载
- 积分:1
-
xiaobofenxi
小波分析
多尺度一维小波分解
对一维小波系数进行单支重构(Wavelet analysis,One-dimensional multi-scale wavelet decomposition
Wavelet coefficients of a Single-dimensional reconstruction
)
- 2010-05-09 16:28:31下载
- 积分:1
-
three_lever_inverter
本例程是三电平故障诊断仿真,通过观察输出波形来判断哪个开关管有损坏,是什么损坏(This Simulation files is a three-level fault diagnosis simulation, by observing the output waveform to determine which switch is damaged, what damage is)
- 2021-01-06 15:28:54下载
- 积分:1
-
irradiance
光伏电站中太阳光de 辐照度与光伏输出功率的关系(Relations photovoltaic solar power plant with an output power of irradiance)
- 2021-01-28 09:48:35下载
- 积分:1
-
matlabGUI
本书主要介绍 MATLAB GUI的设计,是matlab界面设计的必备书籍,大量的实例,很实用!(This book focuses on MATLAB GUI design is essential matlab interface design books, a large number of instances, very practical!)
- 2010-01-17 17:05:29下载
- 积分:1
-
mpcmodel
说明: 模型预测控制model predictive control程序(model predictive control)
- 2011-03-11 09:25:31下载
- 积分:1
-
converter
单相整流器的电流电压双闭环控制仿真图,通过对电流环电压环进行解耦实现(Single-phase rectifier current and voltage double-loop control simulation diagram, by decoupling the current loop voltage loop)
- 2013-04-22 16:17:11下载
- 积分:1
-
threshold-coding
The aim of this application is to implement scalable mpeg type compression by varying DCT coefficients and finding minimum number of DCT coefficients that can give minimum acceptable quality..
This application only works for gray scale.
- 2014-02-04 01:36:58下载
- 积分:1