-
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
-
Markov-chain-model
matlab算法大全之马尔科夫链模型,非常棒的资料(the matlab algorithm Daquan Markov chain model, great information)
- 2013-02-19 19:15:22下载
- 积分:1
-
Image
to find the transform of images using log transform, negative transformation technique and power transformation..
- 2013-04-23 12:25:42下载
- 积分:1
-
leach
LEACH算法在MATLAB环境中的仿真,能出结果的哦(LEACH algorithm simulation in MATLAB environment, oh, what can the results)
- 2010-06-06 01:08:14下载
- 积分:1
-
matlabppt
这是我在培训机构内部的MATLAB资料,很有参考价值(This is my training institutions within the MATLAB data of great reference value)
- 2009-11-04 19:39:18下载
- 积分:1
-
pml3D
计算电磁学 三维PML吸收边界程序 采用MATLAB编写(Three-dimensional computational electromagnetics PML absorbing boundary program written using MATLAB)
- 2014-10-26 12:18:12下载
- 积分:1
-
约束
说明: 处理带约束的多目标粒子群算法,十分的好用,通用性很广(Handling constrained multi-objective particle swarm optimization)
- 2019-12-03 16:12:14下载
- 积分:1
-
mem
利用最大熵进行谱估计。本程序为matlab程序。(Using the maximum entropy spectrum estimation. This program is matlab program.)
- 2011-05-27 19:29:51下载
- 积分:1
-
MATLAB_simulation_program_package_documentation_wa
MATLAB程序波片偏振仿真打包文档教程MATLAB simulation program package documentation wave plate polarization Tutorial(MATLAB simulation program package documentation wave plate polarization Tutorial MATLAB simulation program package documentation wave plate polarization Tutorial)
- 2010-08-02 12:51:14下载
- 积分:1
-
woodward
利用woodward合成的过程得到的合成方向图和理想方向图。(Woodward synthesis procedure)
- 2011-12-21 12:26:53下载
- 积分:1