-
Main
Detecting the presence of smoke in videos can be a very critical as it is a prior sign of fire. Once this technique is implemented with improved accuracy, it has the potential to avoid damages to both lives and property.
- 2014-10-27 13:16:31下载
- 积分:1
-
2D桁架结构有限元分析
说明: matlab的桁架有限元分析程序,包含注释,十分详细(Finite element analysis program of truss based on MATLAB)
- 2019-04-05 23:18:29下载
- 积分:1
-
tornado_migraton_guide_2.2
tornado migraton guide 2.2.pdftornado migraton guide 2.2.pdftornado migraton guide 2.2.pdftornado migraton guide 2.2.pdf(tornado migraton guide 2.2.pdf)
- 2010-11-19 11:21:08下载
- 积分:1
-
garnder
实现了Gardner算法的仿真,可以直观的分析其实现同步的过程(Realize the simulation of Gardner algorithm ,and the process of synchronization can be analyzed intuitively.)
- 2019-03-21 14:44:21下载
- 积分:1
-
optimation
轨迹优化程序,运用配点法,希望对大家有所帮助(optimation based on local point)
- 2021-03-15 09:19:22下载
- 积分:1
-
MEXP100
matlab实例,matlab源码文件,最简单最基础(matlab examples, matlab source code files, the most simple and most basic)
- 2013-04-11 16:08:59下载
- 积分:1
-
simulate
数字全息的波前记录和波前再现模拟~为了毕业设计制作的(Recording and reconstruction of digital holography,for graduation.)
- 2011-06-16 11:01:26下载
- 积分:1
-
spra702
Data Encryption Standard (DES) Implementation
on the TMS320C6000
- 2011-10-14 01:57:29下载
- 积分:1
-
2X2
MIMO(多输入多输出)系统的仿真实现,及性能分析(the simulation of MIMO (multiple-input and multiple-output)system and performance analysis)
- 2012-11-10 17:01:09下载
- 积分:1
-
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