-
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
-
sanyuan-matlab-book
三院电子教学中心的matlab教程,学习matlab编程不错的教程(Hospitals matlab tutorial e-learning center, learning good programming tutorial matlab)
- 2010-12-21 22:54:26下载
- 积分:1
-
Helicopter_simulation
直升机模拟仿真,建模,仿真,源代码,有待改进。(Helicopter simulation, modeling, simulation, source code, to be improved.)
- 2021-04-03 17:29:06下载
- 积分:1
-
cftdma
tdma cdma fdma的simulink仿真,很好的仿真了三种通信系统(simulation of tdma cdma fdma by simulink of matlab)
- 2013-11-10 16:23:13下载
- 积分:1
-
2014-SHUXUEJIANMO-D-1
2014年全国研究生数学建模竞赛D题第一问:重要果蔬筛选-规划问题。(2014 national study mathematical modeling contest D first asked: an important fruit and vegetable screening- Programming problem.)
- 2015-02-26 21:27:31下载
- 积分:1
-
f_power
压力传感器的温度补偿数据标定,根据标定点的压力和温度值,求得各个系数值(Temperature compensation of the pressure sensor calibration data, according to the pressure and temperature values of the calibration points obtained each coefficient values)
- 2013-05-14 20:42:48下载
- 积分:1
-
Kalman-Filter
基于maltab的卡尔曼kalman滤波器的实现(Kalman filter based on the realization of maltab)
- 2011-07-22 11:13:39下载
- 积分:1
-
svm
支持向量机的回归拟合——混凝土抗压强度预测,介绍SVM回归拟合的基本思想和原理,并以实例的形式阐述其在混凝土抗压强度预测中的应用。(Support vector machine regression- concrete compressive strength prediction, SVM regression introduce the basic ideas and principles, and examples in the form set forth in the concrete compressive strength prediction.)
- 2013-08-16 09:28:23下载
- 积分:1
-
Centralized_EKF
Centralized CL for multi-robot system
- 2014-01-18 07:10:56下载
- 积分:1
-
OFDM-channel-estimation-methods
OFDM信道估计的几种方法的仿真,包括最小二乘(LS)法、最小均方误差(MMSE)法、线性最小均方误差(LMMSE)法以及奇异值(SVD)分解法等,毕设资料,非常珍贵(several OFDM channel estimation methods,which contains the least-squares (LS), the minimum mean square error (MMSE), the linear minimum mean square error (LMMSE) and the singular value decomposition (SVD))
- 2021-04-14 13:08:55下载
- 积分:1