-
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
-
analisis
This is a program to do modal analysis. The program able get parameters as eigvalues, frecuency, damp, into others.
- 2010-10-28 01:38:11下载
- 积分:1
-
FastFourieTransform
说明: 计算快速傅里叶变换的蝶形算法,用matlab实现的(FFT butterfly calculation algorithm implemented with matlab)
- 2010-04-19 14:21:24下载
- 积分:1
-
20043710443819390
说明: 2电平SV调制逆变器离散模型,在matlab6.5的simulink下运行(Level 2 SV discrete modulation inverter model in the Simulink matlab6.5 run)
- 2006-03-24 10:24:15下载
- 积分:1
-
pv_script
The file introduces a modelling for the photovoltaic array panel.
- 2013-11-07 07:48:40下载
- 积分:1
-
Sparse-Representation-Library(BerkeleyPGatech)
Collection of Sparse Representation Library(Berkeley+Gatech)
- 2012-02-04 08:58:58下载
- 积分:1
-
genH
说明: LDPC码的生成矩阵,matlab算法实现(Generator matrix of LDPC codes, matlab algorithm)
- 2010-04-17 15:39:05下载
- 积分:1
-
adaptive-rms
有源自适应噪声的最常用算法之一,该算法是另一个基于最小二乘准则的精确方法,它具有快速收敛和稳定的滤波器特性。(Active adaptive noise, one of the most commonly used algorithm, the algorithm is another accurate method of least squares criterion, it has fast convergence and stability of the filter characteristics.)
- 2013-03-20 20:28:17下载
- 积分:1
-
Encoder
used to encrypt the input image using RAS algorithm
- 2012-11-25 22:32:07下载
- 积分:1
-
matlab
本程序包括5个MATLAB程序,分别实现图像分量提取,拉普拉斯变换,图像批量格式转换,图像纹理特征提取,以及小波变换(The program includes five MATLAB programs were achieving the image component extraction, Laplace transform, image batch format conversion, image texture feature extraction, and the wavelet transform)
- 2010-05-14 22:20:20下载
- 积分:1