-
otsu
OTSU Gray-level image segmentation using Otsu s method.
Iseg = OTSU(I,n) computes a segmented image (Iseg) containing n classes
by means of Otsu s n-thresholding method (Otsu N, A Threshold Selection
Method from Gray-Level Histograms, IEEE Trans. Syst. Man Cybern.
9:62-66 1979). Thresholds are computed to maximize a separability
criterion of the resultant classes in gray levels.
OTSU(I) is equivalent to OTSU(I,2). By default, n=2 and the
corresponding Iseg is therefore a binary image. The pixel values for
Iseg are [0 1] if n=2, [0 0.5 1] if n=3, [0 0.333 0.666 1] if n=4, ...
[Iseg,sep] = OTSU(I,n) returns the value (sep) of the separability
criterion within the range [0 1]. Zero is obtained only with images
having less than n gray level, whereas one (optimal value) is obtained
only with n-valued images.
- 2009-03-17 17:57:51下载
- 积分:1
-
matlab
说明: MATLAB7的关于遗传算法的所有源程序祥解(MATLAB7.1 genetic algorithm on all the source code Explained)
- 2010-04-12 16:10:52下载
- 积分:1
-
05208045
MATLAB particle swarm algorithm, realize the MIMO equalization.
- 2012-03-27 21:53:29下载
- 积分:1
-
homework3
多种控制器设计程序,包括PID、超前滞后、LQR、H无穷、状态反馈以及全维观测器和降维观测器的设计。(华南理工大学线性系统第三次大作业源程序)(A variety of controller design procedures, including PID, lead-lag, LQR, H infinity, state feedback and full-order observer and reduced order observer design. (South China University of linear third major operating system source code))
- 2014-03-03 13:28:56下载
- 积分:1
-
guxidaxue
基于MATLAB巴特沃思滤波器的研究,与仿真
(Butterworth filter based on MATLAB research, and simulation)
- 2007-03-08 15:24:31下载
- 积分:1
-
visible_light
it is one format of visible light
- 2011-06-23 21:34:56下载
- 积分:1
-
tcoding_zip
turbo coding few files part 2
- 2012-05-17 16:26:45下载
- 积分:1
-
ti_5_1
均匀分布的微分熵。拉普拉斯分布的微分熵。独立成分分析的例题。(Uniform distribution of the differential entropy. The Laplace differential entropy distribution. Independent component analysis examples.)
- 2013-01-13 20:23:00下载
- 积分:1
-
nlms
使用MATLAB编写的一种简单的自适应滤波程序(Using a simple adaptive filtering program written in MATLAB)
- 2012-07-04 10:43:56下载
- 积分:1
-
matlab-program
使用matlab命令将10进制自然数转换为16进制的小程序(Use the Matlab command decimal natural number converted to hexadecimal applet)
- 2013-05-17 12:07:18下载
- 积分:1