-
201303
matlab7简明教程,有电子教案,有源程序,非常适合自学,有心参加数学建模的下载,非常有用。(matlab7 simple tutorial, electronic lesson plans, source code, and is ideal for self-study, wants to join the Download of mathematical modeling, very useful.)
- 2013-01-05 20:51:23下载
- 积分:1
-
gasvm
关于优化的svm寻优算法,是用ga算法优化的,过几天我会上传基于布谷鸟算法的优化算法(About optimization svm optimization algorithm is ga algorithm optimization, a few days I will upload cuckoo algorithm based optimization algorithm)
- 2013-12-24 20:17:14下载
- 积分:1
-
dig-dig-processs
This is about Digital signal processing.
- 2014-01-28 06:05:15下载
- 积分:1
-
first
地震合成记录(简单地震模型建立程序)+速度分析(改变参数可通用),均可直接运行,直接得到成果图像显示。(The seismic synthetic record+ velocity analysis)
- 2020-10-28 08:59:58下载
- 积分:1
-
vlctableGen
CAVLC tables generator
- 2010-06-24 19:08:40下载
- 积分:1
-
Vocab
This is source code vocal by ica.
- 2009-03-19 05:02:26下载
- 积分:1
-
tenlecturesonwavelets
很好的一本书,小波十讲,跟大家一起分享!(A good book, Ten Lectures on wavelets, to share with everyone!)
- 2010-01-14 11:26:26下载
- 积分:1
-
chengxu3
说明: 中国人口预测程序,很全面的,是MCM试题的源程序(Forecast of China' s population program, it is comprehensive, is the source MCM test)
- 2009-07-27 00:04:24下载
- 积分:1
-
mnf变换代码
说明: 基于MATLAB编程的最小噪声分离方法处理高光谱影像(Minimum Noise Separation Method Based on MATLAB Programming for Hyperspectral Image Processing)(Minimum Noise Separation Method Based on MATLAB Programming for Hyperspectral Image Processing)
- 2019-04-08 20:07:17下载
- 积分: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