-
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
-
V_BLAST_QR_DET
VBLAST的基于QR的检测算法的误比特曲线。(VBLAST QR detection)
- 2009-05-31 16:19:23下载
- 积分:1
-
ACO-for-shortest-path
数学建模 蚁群算法最短路径通用Matlab程序(Ant Colony Algorithm for shortest path Matlab source code)
- 2013-12-07 19:41:16下载
- 积分:1
-
cdrom
program for finding gaussian derivative uwb
- 2014-01-12 12:53:49下载
- 积分:1
-
ICALABSPv2_2
很好很强大的独立分量分析程序,这个大家都可以用来看看(A very powerful independent component analysis program, take a look at this we all can be used to)
- 2010-09-29 10:46:45下载
- 积分:1
-
celiangjuzhen
压缩感知中几种测量矩阵的研究及其改进,对初学者学习测量矩阵有很好的指导(Several compressed sensing measurement matrix and its improvements, for beginners to learn the measurement matrix has a good guide)
- 2014-12-03 17:27:48下载
- 积分:1
-
灰色预测
1.灰色预测领域的权威书籍,详细介绍灰色预测模型。
2.经典灰色预测案例,并附有matlab操作程序,简单明了。(1., gray prediction authority books, detailed description of the gray forecasting model. 2. classic gray forecasting case, and accompanied by MATLAB operating procedures, simple and clear.)
- 2017-09-15 18:41:19下载
- 积分:1
-
Bpnetworkshili
基于人工神经网络的信号预测在Matlab中的研究与实现,有具体的例题,同时包含详细的m文件代码(Signals based on artificial neural network prediction in Matlab, research and implementation, with specific examples, while m-file code contains detailed)
- 2010-10-13 12:32:02下载
- 积分:1
-
ofdm_8
OFDM Matlab/Simulink simulation Module
- 2010-09-10 18:18:40下载
- 积分:1
-
assignment2
Useful library for Matlab
- 2012-04-18 22:03:04下载
- 积分:1