-
DLDAchange
说明: 关于改进的DLDA的算法,结合了人脸识别(DLDA on the improvement of the algorithm, a combination of face recognition)
- 2009-08-20 10:41:01下载
- 积分:1
-
Copy-(3)-of-New-Folder
distorion less data hiding using matlab simulation
- 2011-04-21 13:40:53下载
- 积分:1
-
ABC_MATLAB-
ABC_MATLAB 第一版,人工蜂群算法第一版源代码(ABC_MATLAB first edition, first edition artificial bee colony algorithm source code)
- 2013-07-10 19:37:52下载
- 积分:1
-
matlabdsss
基于matlab的扩频通信设计,walsh码扩频,Bpsk调制(Matlab-based spread spectrum communication design, walsh code spread spectrum, Bpsk modulation)
- 2010-08-25 23:29:19下载
- 积分:1
-
dct_condense
余弦变换压缩,用于图像压缩,压缩比高,且压缩后图像质量仍然很好。适用于灰度图象。(Cosine Transform compression for image compression, compression ratio, and compressed image quality is still good. Apply to the gray-scale image.)
- 2006-12-10 12:00:26下载
- 积分:1
-
ecg_demo
ecg matlab for medical instrument
- 2010-02-14 19:13:05下载
- 积分:1
-
chengxusheji
电路暂态过程分析的计算机程序设计(希望帮到大家)(Circuit transient analysis, computer programming (I hope to help to you))
- 2010-05-27 18:53:57下载
- 积分:1
-
Signal-processing_matlab-file
This material is about signal processing algoritms which are implemeted with matlab source codes.
- 2014-01-27 21:03:01下载
- 积分:1
-
Vraisembl
Vraisembl METHODE Vraisembl METHODE
- 2013-12-14 04:05:01下载
- 积分:1
-
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