-
newnethodotsu
一个新设计的OTSU算法,使用方法如下:% load clown
% subplot(221)
% imshow(X/max(X(:)))
% title( Original , FontWeight , bold )
% for n = 2:4
% Iseg = otsu(X,n)
% subplot(2,2,n), colormap(gray)
% imshow(Iseg)
% title([ n = int2str(n)], FontWeight , bold )
% end(OTSU design a new algorithm, using the method as follows: load clown subplot (221) imshow (X/max (X (:))) title (Original, FontWeight, bold) for n = 2:4 Iseg = otsu (X, n) subplot (2,2, n), colormap (gray) imshow (Iseg) title ([n = int2str (n)], FontWeight, bold) end)
- 2007-11-14 12:45:49下载
- 积分:1
-
Newton-descent-method-algorithm-
牛顿下山法算法用matlab实现源程序,完整无缺,运行无错误,正常引用!(Newton descent method algorithm implementation using matlab source, intact, run the error-free, normal reference!
)
- 2011-05-16 11:07:33下载
- 积分:1
-
gabor
cgftezydnh,nvvnv nhfjglgjh uoygjgj juyiglkbj,m uyjg jjh
- 2013-01-29 18:41:04下载
- 积分:1
-
MATLAB
包含多个未知数的多个方程组的matlab解法(Includes a number of unknown number of equations matlab Solution)
- 2008-12-20 12:57:15下载
- 积分:1
-
toolbox
it is a matlab file foe develop SLAM localization
this is a toolbox for develop develop realtime
extra cool
- 2009-05-06 23:26:17下载
- 积分:1
-
mulDNewton
本代码为牛顿下山法求解非线性方程组。其调用格式为[r,m]=mulDNewton(F,x0,eps) 其中F:非线性方程组,x0:初始解,eps:解的精度;r:求得的一组解,n:迭代步数。(The code for Newton' s method for solving nonlinear equations. Its call format [r, m] = mulDNewton (F, x0, eps) where F: non-linear equations, x0: initial solution, eps: solution accuracy r: obtain a set of solution, n : the number of iterative steps.)
- 2010-01-01 14:18:33下载
- 积分:1
-
paodandandao
在数学建模中关于炮弹弹道问题相关的一些程序(Some of the procedures in the mathematical modeling ballistic)
- 2012-06-22 11:31:38下载
- 积分:1
-
main_MISICvsESPRIT
MUSIC算法和ESPRIT算法的比较,同一目标不同信噪比下的性能曲线(MUSIC algorithm and the comparison of the ESPRIT algorithm, the same goal under different SNR performance curve)
- 2012-08-12 09:58:58下载
- 积分:1
-
chap2
MATLAB应用大全一书的配书光盘第二章源代码,该文件夹收录了本书涉及的源文件。收录了一些优秀应用实例信息,便于读者学习了解。(MATLAB application of CD attached with books of chapter iii source code, this folder contains the book files. Includes some excellent examples of application information, convenient for readers to learn.
)
- 2014-01-17 10:53:16下载
- 积分:1
-
Fea_Gabor_brodatz
该代码为用gabor变换算法提取图像的纹理特征,用matlab编写,可应用于基于纹理的图像检索系统。其中还包含一篇gabor变换相关的文献(The code for the transformation algorithm using gabor texture features extracted using matlab preparation, can be applied to image retrieval system based on texture)
- 2010-07-05 10:21:26下载
- 积分:1