-
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
-
BPSK
对BPSK的调制与解调进行了详细的MATLAB仿真,详细,简单,易懂(BPSK modulation and demodulation of a detailed MATLAB simulation, detailed, simple, understandable)
- 2010-10-31 16:30:17下载
- 积分:1
-
321
基于肤色分割人脸检测matlab代码 另一种也很好用我也不知道什么方法(face detection)
- 2009-06-13 23:05:12下载
- 积分:1
-
matlab-drawing
matlab 绘图
绘图函数:plot,plot3,mesh 函数的用法简单图形标注,简单颜色设定(Drawing matlab function: plot, plot3, mesh function marking the use of simple graphics, simple color settings)
- 2009-07-10 23:56:49下载
- 积分:1
-
MFCC
MFCC参数提取的所有程序,已接近人耳听觉的特点在语音识别领域得到广泛应用(MFCC parameter getting)
- 2014-11-17 14:51:46下载
- 积分:1
-
four_channel_hologram
四通道全息图的生成与重建代码,具有一定的借鉴意义(Code generation and four-channel hologram reconstruction, with some reference)
- 2013-11-23 22:18:56下载
- 积分:1
-
superMatlab
Matlab入门,非常好的资料,对于初学者尽快熟悉运用是个不错的帮手(Matlab entry, very good information for beginners as familiar with the use is a good helper)
- 2006-06-01 11:02:15下载
- 积分:1
-
rir
Implements an Room Impulse Response for having one source and one speaker at different positions in a meeting room
- 2013-09-02 09:39:03下载
- 积分:1
-
Relative-Dynamics
椭圆轨道下卫星编队飞行相对运动动力学和控制(Relative Dynamics and Control of Spacecraft Formations in Eccentric Orbits)
- 2021-02-08 18:59:54下载
- 积分:1
-
coding_flowshop
this is matlab file for permutation flowshop problem with cross entropy
- 2010-07-08 07:38:26下载
- 积分:1