-
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
-
@cv
program to find the classification using matlab programming
- 2009-06-30 13:37:13下载
- 积分:1
-
dsp-2
Impulse responses of systems
- 2014-12-04 23:39:04下载
- 积分:1
-
use-elman-net
use elman net to forecast 股市 ,挺精确的(use elman net to forecast )
- 2014-10-19 21:17:46下载
- 积分:1
-
doa
本实验在对 MUSIC 算法进行分析的基础上 ,设计了 MUSIC 算法的仿真程序 ,对不同情况下该算法的性能进行仿真分析(In this study, the MUSIC algorithm based on the analysis, design of the MUSIC algorithm simulation program, under different circumstances the performance of the algorithm simulation and analysis)
- 2011-11-08 13:12:32下载
- 积分:1
-
EEMD
说明: 集合经验模态分解 是针对EMD方法的不足,提出了一种噪声辅助数据分析方法。 信号处理完整代码(Ensemble Empirical Mode Decomposition signal processing)
- 2019-06-12 17:55:42下载
- 积分:1
-
tdoa
说明: 该程序是基于MATLAB的TDOA方法声源定位(The program is based on MATLAB's TDOA method for sound source localization)
- 2018-03-21 11:12:07下载
- 积分:1
-
Gauss-Legendre-quadrature
说明: 任意三角形上的任意阶Gauss积分程序
算法详见参考文献
H.T. Rathod, K.V. Nagaraja, B. Venkatesudu, N.L. Ramesh, Gauss Legendre quadrature over a triangle, J. Ind. Inst. Sci. 84 (2004)
183–188.(Gauss Legendre quadrature over any triangle)
- 2021-04-27 18:48:44下载
- 积分:1
-
paddedsize
通过使用填充和不填充观察其滤波效果!使用了低通滤波器生成一个高斯滤波器!(Fill and not fill through the use of filtering effect observed! Low-pass filter used to generate a Gaussian filter!)
- 2011-05-22 13:51:28下载
- 积分:1
-
matab
matlab程序设计以及绘图方面的相关基础资料,使用于初学者(matlab program design and drawing of the underlying data used for beginners)
- 2013-05-01 18:26:03下载
- 积分:1