-
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
-
minGS
无约束一维极值问题 minGS 最小化代码(One-dimensional unconstrained extremum problem)
- 2013-11-19 09:41:45下载
- 积分:1
-
usefull-skills-in-matlab
matlab使用的N个实用技巧及其程序实现。(N-use practical skills and procedures matlab implementation.)
- 2013-11-26 00:25:24下载
- 积分:1
-
混沌粒子群算法 CLSPSO
matlab程序,混沌粒子群算法,混沌优化和粒子群优化两者的结合(Matlab program, chaotic particle swarm optimization)
- 2019-01-03 14:59:29下载
- 积分:1
-
Hu
说明: 图像特征提取,计算图像的7个Hu不变矩特征,matlab例程(Seven Hu invariant moments features of images)
- 2019-05-15 19:43:18下载
- 积分:1
-
fcm
该源码是基于划分的模糊聚类算法,matlab带有自己的fcm算法,此次上传的算法是自己编写的(The source is divided based on fuzzy clustering algorithm, matlab with its own fcm algorithm, the upload algorithm is written in their own)
- 2014-10-06 21:14:11下载
- 积分:1
-
Gilbert-Strang3
gilbert strang matlab Computational Science and Engineering
- 2013-11-10 20:13:11下载
- 积分:1
-
zuiyouzhenliedaima
(eWiley) Optimum Array Processing
包含最有阵列处理(英文版)一书的所有MATLAB仿真源代码。((EWiley) Optimum Array Processing all MATLAB simulation source code contains the most array processing (English).)
- 2013-05-11 22:13:25下载
- 积分:1
-
Matlab-Basics
Basics of Matlab , vectors and arrays, matrix manipulation, workspace variables, inputs and outputs, plotting, and functions , xx xxx xxxxx
- 2012-05-28 21:13:09下载
- 积分:1
-
spring-matlab-model
弹簧的matlab/simulink仿真模型,包括GUI可视化操作界面GUI的程序(Spring matlab/simulink simulation model, including the GUI visualization GUI interface program)
- 2013-08-03 10:12:23下载
- 积分:1