-
NY_ImageTiler
this codes is only for education purpose
- 2009-09-28 16:53:39下载
- 积分: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
-
ANN_matlab
Artificial neural network
activation functions of ANN
- 2011-05-28 15:09:33下载
- 积分:1
-
lujinggenzongzhongxinguijiafa
路径跟踪中心轨迹法,是一种求解最优潮流的有效方法,大大简化了原有算法的复杂性(Path Tracking Center locus method is an effective method for solving the optimal power flow, greatly simplifies the complexity of the original algorithm)
- 2014-08-27 11:23:22下载
- 积分:1
-
cluster
聚类分析 最短距离法编程实现 层次聚类法(Shortest distance clustering hierarchical clustering method programming)
- 2011-09-20 23:35:39下载
- 积分:1
-
A-Guide-of-MATLAB
如题,从菜鸟到专家级的MATLAB指导 A Guide to MATLAB for Beginnersand Experienced Users(A Guide to MATLAB for Beginnersand Experienced Users)
- 2014-12-18 17:46:22下载
- 积分:1
-
matlab_functions
matlab常用函数集合,需要时方便查询(matlab collection of commonly used functions)
- 2012-10-03 23:39:53下载
- 积分:1
-
saliency
一篇经典论文的代码,“Saliency,Scale,image description”,用于寻找视觉显著性的区域,matlab代码(A classic papers of the code, " Saliency, Scale, image description" , for the visual search of the area significantly, matlab code)
- 2009-06-17 23:39:12下载
- 积分:1
-
MATLAB-wavelet
说明: matlab小波分析-张丰德 这本书里所有的源代码(matlab wavelet analysis- Zhang Fengde this book all the source code)
- 2011-03-23 15:08:28下载
- 积分:1
-
DFT
绘制OFDMA/ LFDMA/ IFDMA信号的PAPR
DFT传播有/无脉冲整形滤波器
不同数量的每个终端的子载波(用户)(plot the PAPRs of OFDMA/LFDMA/IFDMA signals
DFT spreading with/without pulse shaping filter and
different number of subcarriers per terminal (user))
- 2015-04-06 13:15:25下载
- 积分:1