-
F2T
F2T子函数,在做傅里叶变换时调用的函数。也可做成脚本文件。(F2T subroutine, called when doing Fourier transform function. Can also be made into a script file.)
- 2009-12-08 17:51:49下载
- 积分:1
-
MATLAB-CODE
SOURCE CODE FOR MATLAB
- 2012-09-13 22:06:45下载
- 积分:1
-
MSPC-2
MSPC分析,多变量过程统计控制,实验过程样本中的异常值检测(multivariable process statistical control)
- 2016-01-06 16:33:07下载
- 积分:1
-
Harris
说明: 检点检测,经测试可用,环境为matlab(harris detecter based on matlab)
- 2011-04-18 10:27:48下载
- 积分:1
-
jplv7
各种算法集合,包括:优化,回归,图论,数据处理,吉布斯分布等等(A collection of algorithms including optimization, regression, graph, data processing, Gibbs and etc.)
- 2012-04-20 19:50:20下载
- 积分:1
-
mdft
离散傅里叶变换,实现信号的频谱分析,更好地研究信号的频率分布!(Discrete Fourier transform, to achieve the signal spectrum analysis, to better study the frequency distribution of the signal!
)
- 2011-06-22 23:59:55下载
- 积分:1
-
framesubtraction
Frame subtraction code written by me using matlab
it takes a video s first frame and subtract each frame from it. it shows output video and input video side by side
- 2013-10-30 13:28:14下载
- 积分:1
-
bprop
backpropagation algorithm
- 2012-01-28 00:04:34下载
- 积分:1
-
bpsk.simulink
本程序是一个关于基于二相制调制的扩频仿真程序,希望和大家交流一下。(This program is a spread spectrum modulation on bpsk-based simulation program, and we hope things about.)
- 2010-05-07 08:57:48下载
- 积分:1
-
seam-carving
findEnergy.m 计算出图像的梯度图
findSeamImg.m 计算出所有可能的竖直缝
findSeam.m找出能量最小的一条竖直缝
removalMap.m将需要删除的N条竖直缝存储起来并按照索引逐条删除
SeamCut.m将选中的缝一条条的删除
SeamPlot.m在图中画出要删除的缝
Testseam.m调用以上函数的主程序(FINDENERGY creates an gradient img from a given RGB or grayscale image.
FINDSEAMIMG finds the seam map from which the optimal (vertical running)
seam can be calculated.
FINDSEAM returns a column vector of coordinates for the pixels to be removed (the seam).
SEAMPLOT takes as input an image and the SeamVector array and produces an image with the seam line superimposed upon the input image, x, for display purposes.
SEAMCUT takes as input a RGB or grayscale image and SeamVector array to find the pixels contained in the seam, and to remove them from the image.
REMOVALMAP takes a given image and finds the ordered set of (vertical) seams that are removed from an image and returns them in an array, where the Nth column in the array corresponds to the Nth seam to be removed.)
- 2013-04-30 15:31:15下载
- 积分:1