-
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
-
calculate_material_component_values.m
elshebri source code2
- 2011-07-14 01:38:23下载
- 积分:1
-
carlicense
车牌识别系统,一个比较实用的程序,不过移植性不是很高(License plate recognition system, a more practical procedure, but portability is not very high)
- 2010-06-21 18:25:34下载
- 积分:1
-
zcross
zcross.. to play.. z croos.. zero
- 2012-06-23 03:49:23下载
- 积分:1
-
ADAPTC
自适应滤波,利用C语言实现该功能,调试正确(Adaptation using LMS)
- 2011-09-06 16:20:37下载
- 积分:1
-
guidinghua
直方图规定化,用于matlab图像处理。所谓直方图规定化,就是通过一个灰度映像函数,将原灰度直方图改造成所希望的直方图。所以,直方图修正的关键就是灰度映像函数。(Histogram specification for matlab image processing. The so-called histogram specification is through a grayscale image function, the original histogram transformed into the desired histogram. Therefore, the key is the gray image histogram correction function.)
- 2014-11-05 15:39:53下载
- 积分:1
-
yxgz
可以求解系统的亚谐波共振,例如求解轧机振动系统的1/3亚谐波共振(You can solve the sub-harmonic resonance system)
- 2013-12-27 19:47:02下载
- 积分:1
-
upf_demos2
This is unscented kalman filter and particle filter matlab algorithms.
- 2010-07-17 05:34:08下载
- 积分:1
-
1
说明: 《MATLAB 7.X系统建模与仿真》一书的完整光盘源代码。(" MATLAB 7.X System Modeling and Simulation" of a book on CD-ROM source code integrity.)
- 2009-04-11 14:49:38下载
- 积分:1
-
all_Kalman_filter
卡尔曼滤波器的matlab代码是卡尔曼滤波MATLAB工具箱(Kalman filter is a Kalman filter matlab code MATLAB Toolbox)
- 2008-08-22 09:51:30下载
- 积分:1