-
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
-
8-freezing-droplets
IYPT2014 第8题,matlab 模拟(IYPT2014 problem 8, matlab code)
- 2014-09-13 19:41:34下载
- 积分:1
-
test_BER_PLL2_64QAM
在OFDM系统的大环境下,本代码实现了64QAM的调制,载波同步及其误码率计算。(this code realizes the modulation, the carrier synchronization and the bit error rate test)
- 2014-03-27 17:26:40下载
- 积分:1
-
matlab 生成雷达回波信号的仿真程序
matlab平台,生成雷达回波信号的仿真程序(Radar echo signal generation simulation program, matlab platform)
- 2020-06-22 00:40:02下载
- 积分:1
-
simple-calculator
使用MATLAB的GUI接口设计一个简单的计算器,实现两个数的基本运算。(Use the GUI interface of MATLAB to design a simple calculator,realizing basic operations of two numbers.)
- 2013-09-29 21:40:36下载
- 积分:1
-
matpower
最优潮流 基于matlab 经过测试 可以使用(OPF has been tested can be used based on matlab)
- 2020-11-23 20:49:33下载
- 积分:1
-
imagefilter
digital image filter
- 2014-02-12 04:37:32下载
- 积分:1
-
matlab_guide_korea
Matlab guide writed Korean
- 2013-05-23 16:00:15下载
- 积分:1
-
matlab(DEA2)
另一个matlab版本的差分进化算法,跟前面上传的有差别。(A differential evolutionary algorithm coded by matlab)
- 2010-11-19 15:55:18下载
- 积分:1
-
main2
说明: 生成正态性检验及界面,可进行完整的正态性检验(Normal test generation and interface, can be a complete test of normality)
- 2011-03-18 00:02:22下载
- 积分:1