-
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
-
watermarking
差分法可逆水印算法仿真,对可逆水印研究有所帮助(Reversible watermarking algorithm difference method simulation, to help the study of reversible watermarking)
- 2011-01-11 19:50:35下载
- 积分:1
-
120
120 DEGREE MODE OF 3 PHASE INVERTER
- 2012-08-01 22:45:25下载
- 积分:1
-
MATLAB-Code-Generation
在MATLAB环境下生成C2000代码,以一个电力电子控制实例为说明。(Code Generation in MATLAB)
- 2013-05-23 16:04:12下载
- 积分:1
-
dft
DFT的MATLAB实现,详细的给出了算法及分析(The DFT in MATLAB, gives a detailed algorithm and analysis)
- 2012-04-30 17:05:11下载
- 积分:1
-
NN_EKF
基于非线性扩展卡尔曼滤波的Matlab程序(The extended Kalman filter can not only estimate states of nonlinear dynamic systems from noisy measurements but also can be used to estimate parameters of a nonlinear system. A direct application of parameter estimation is to train artificial neural networks. This function and an embeded example shows a way how this can be done.)
- 2021-03-31 20:59:08下载
- 积分:1
-
ofdm_program
matlab实现OFDM算法的仿真代码,可以实现OFDM算法的功能模拟。(implement the simulation algorithm matlab code OFDM, OFDM algorithm can achieve functional simulation.)
- 2011-09-20 23:42:35下载
- 积分:1
-
code
A little FAT32 Parser with some fuctions.
- 2014-01-31 14:56:02下载
- 积分:1
-
DAM_Friction_Model_Simulink
日本九州大学的机械工程学院的 Xiong Xiaogang 于 2012 年提出一种更易于实现、同时有能够描述所有摩擦力现象的摩擦力模型,其基于一个微分方程和两个代数方程。本程序是其Simulink实现,非常好用。模型原理请参考:(In 2012, Xiong Xiaogang of the school of mechanical engineering, Kyushu University, Japan proposed a much easier way. The friction model, which can describe all friction phenomena, is based on a differential equation and two algebraic equation. This program is its Simulink implementation, very good use. Model principles, please refer to:Xiong X, Kikuuwe R, Yamamoto M. A differential-algebraic multistate friction model[M].
Simulation, Modeling, and Programming for Autonomous Robots. Springer Berlin Heidelberg,2012)
- 2018-05-19 12:57:07下载
- 积分:1
-
erlang
Matlab实现:erlang 公式,并且几种模式下的实现(erlangB and erlangC/engset model
matlab)
- 2009-02-06 04:41:51下载
- 积分:1