-
hello-mean-shift
说明: 本程序是一个采用均值位移向量的方法进行的运动跟踪算法(This procedure is a displacement vector by the method of the mean motion tracking algorithm)
- 2011-03-02 15:04:37下载
- 积分:1
-
MAC
使用预测控制中的MPC控制算法,利用MATLAB进行编程,对传递函数进行控制。(Use predictive control MPC control algorithm, using MATLAB programming for the transfer function control.)
- 2021-02-28 11:29:35下载
- 积分:1
-
matlabandcode
该压缩包里有 MATLAB的许多源码,包括插值拟合。绘图等(MATLAB)
- 2009-09-12 09:33:23下载
- 积分:1
-
WAVE_EQ
利用matlab读入wav音频,进行音频均衡后,播放音频效果(using Matlab read into wav Audio, Audio balanced, the broadcast audio effects)
- 2007-05-11 21:06:23下载
- 积分:1
-
Predictive-analysis
编写一通用的预测法分析程序,要求有一定的错误处理能力,出错后能够使程序继续运行下去,直到分析过程结束。可通过不同的文法(通过数据表现)进行测试。(Write a generic prediction analysis procedure that requires a certain degree of error-handling capabilities, enabling the program to continue after an error to run it until the end of the analysis process. Can be tested by different grammar (by performance data).)
- 2013-12-08 21:20:28下载
- 积分:1
-
Copula
已调试好的Copula应用实例及其matlab程序源代码大全,案例为沪深股市日收益率的二元Copula模型及检验(failed to translate)
- 2021-02-23 22:59:40下载
- 积分:1
-
pianweifengjiefa
偏微分方程的matlab实现。包括各种函数的调用的m文件(Partial differential equations in MATLAB implementation. Including all function calls m file )
- 2013-08-15 18:35:05下载
- 积分:1
-
program
基于无轨卡尔曼滤波的通用学习网络算法研究(Trackless Kalman filter-based Universal Learning Network Algorithm)
- 2013-03-18 14:37:09下载
- 积分:1
-
ZG
说明: 病态矩阵HILBERT,正则化高斯消元法,cholesky分解法(Ill-conditioned matrix HILBERT, regularization of Gaussian elimination method, cholesky decomposition)
- 2013-04-14 22:15: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