-
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
-
KMATH
MATLAB实现K均值聚类,自己编的,可用,不用系统函数。(MATLAB realization of K-means clustering, own, use, instead of the system functions.)
- 2014-12-31 15:06:03下载
- 积分:1
-
Digitalsignalprocessing
Matlab下的数字信号处理示例
Matlab下的数字信号处理示例
Matlab下的数字信号处理示例(Digital signal processing under Matlab example of digital signal processing under Matlab example of digital signal processing under Matlab example)
- 2009-09-06 14:03:07下载
- 积分:1
-
MINHJ2
说明: 无约束一维极值问题中的抛物线和三次插值法,例程可调(Unconstrained extremal problem in one-dimensional parabolic and cubic interpolation method, routine adjustable)
- 2011-03-25 22:45:21下载
- 积分:1
-
chapter2-vectorization
UFLDL deep learning (UFLDL deep learning)
- 2013-10-29 20:57:08下载
- 积分:1
-
OPELM_Toolbox
最优剪枝极限学习机的matlab工具箱,内有源码课直接拿来修改使用(Extreme Learning Machine optimal pruning matlab toolbox, there are lessons directly used to modify the source code)
- 2020-11-04 19:19:52下载
- 积分:1
-
WienerNoiseReduction
语音频率分析使用matlab实现,很经典了呵呵(Voice frequency analysis using matlab implementation, it is the classic of the Hehe)
- 2009-12-14 18:57:26下载
- 积分:1
-
circlefit3d
circle fitter using at least 3 ponits
- 2013-01-16 00:36:27下载
- 积分:1
-
Applied-numerical-methods-using-MATLAB-(Wiley-200
Applied numerical methods using MATLAB (Wiley,2005)
- 2012-10-08 09:08:05下载
- 积分:1
-
matlabKalman
kalman滤波的源代码,主要用于运动跟踪时的目标预测,现在只有matlab的,(Kalman Filtering source code, mainly for tracking the target forecast Now only Matlab,)
- 2006-10-18 22:24:21下载
- 积分:1