-
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
-
final_proj1
adaptive huffman coding and decoding in matlab..
- 2010-07-04 17:29:14下载
- 积分:1
-
matlab-code
this fils contains matlab code this fils contains matlab code this fils contains matlab code
- 2011-09-15 15:24:00下载
- 积分:1
-
lmd
LMD matlab 程序 局域均值分解,利用滑动平均求的,不是用三次样条(LMD matlab program local mean decomposition, using the sliding average demand, not by Cubic Spline)
- 2020-12-18 13:19:11下载
- 积分:1
-
zhengqihuanxiang
蒸气幻想简单挂机脚本.jar
供研究Script的玩家学习(steam fantasy simple hook script. Script jar for research study of the player. .)
- 2006-12-03 23:36:38下载
- 积分:1
-
best-function-of-PSO
基于标准的粒子群算法编写了一个简单通用的matlab程序,求解函数最优值(matlab code of standard particle swarm optimization,best value)
- 2011-07-14 15:26:47下载
- 积分:1
-
simulink
内含大量的通信系统调制的simulink仿真程序,包括AMDSB,SSB,FM,GMSK,FSK,OQPSK,PM等simulink仿真(Contains a large number of communication systems modulation simulink simulation program, including AMDSB, SSB, FM, GMSK, FSK, OQPSK, PM, etc. simulink simulation)
- 2021-04-21 22:18:49下载
- 积分:1
-
ofdm-codes
ofdm code sample codes including mimo
- 2011-02-06 22:44:33下载
- 积分:1
-
script_ber_bpsk_isi_lms_equalization
在符号间干扰情况下,通过自适应均衡消除码间串扰的影响。均衡算法采用LMS,简单的线性横向滤波器(In case of ISI channel,we exploit adaptive equalization with LMS alogithm to defend the influence. )
- 2012-06-14 23:12:56下载
- 积分:1
-
LFMRadar
LFM radar 换点分,有没有用大家自己看。(LFM radar-for-point points, there did not use all their look.)
- 2010-07-13 18:23:45下载
- 积分:1