-
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
-
GlobalAndNon-smoothOptimizationToolbox
非线性规划Matlab工具箱,比较全面,希望有用。(Matlab Toolbox for Nonlinear Programming, more comprehensive, I hope helpful.)
- 2010-08-19 05:46:57下载
- 积分:1
-
time-shift
信号的时移
y(t) = x(t - t0)
其中,t0为位移量。若t0为正数,则y(t)等于将x(t)右移t0秒之后的结果(This program is used to implement the time-shift operation )
- 2010-06-01 14:56:51下载
- 积分:1
-
VideoFaceDetect
使用matlab调用opencv做成的adaboost人脸检测DLL模块,在usb摄像头采集的视频序列中检测人脸并实时显示,
实时性比C低。
下载后可以直接在matlab运行,不要改动文件夹内的文件相对位置。(Opencv matlab call made using adaboost face detection DLL module, usb camera capture video sequences of face detection and real-time display, real-time lower than C. Download can be run directly in matlab, do not change the file folder relative position.)
- 2010-07-18 17:49:49下载
- 积分:1
-
matlab-3
this word contain a code to approximate weighted histogram
- 2012-02-08 22:40:27下载
- 积分:1
-
shuxueruanjian
《数学软件》实验指导书
实验一 matlab运算基础
实验目的:
熟悉matlab 编程环境,掌握建立矩阵的方法。
实验内容:
(" Math software" guide book experiment experimental experimental one basic purpose of computing matlab: matlab programming environment familiar with the master set up the matrix method. Experimental contents:)
- 2009-02-21 16:38:51下载
- 积分:1
-
MyTSP
遗传算法求解TSP问题(10个城市),现代优化算法入门(matlab code to deal with TSP problems with GA)
- 2009-03-30 14:46:48下载
- 积分:1
-
pca
PCA主元分析后用神经网络预测,A/S含量,PCA算法实现,与神经网络(PCA principal component analysis using neural network prediction, A/S content, PCA algorithm, and neural network)
- 2009-04-01 21:37:37下载
- 积分:1
-
DOA_music
八单元线阵的DOA估计的MUSIC算法实现。可以看出music方法分辨率较高。这里用的是36度方向下的weight,自己也可以尝试其他的天线weight值。
(eight modules Array DOA MUSIC algorithm. Music can be seen higher resolution method. Here is the direction of 36 degrees under the weight, they could also try to the other antenna weight values.)
- 2006-11-29 14:23:38下载
- 积分:1
-
demo_NR3bus
牛顿下展法的应用,可以解决power system中估值的问题,程序中是3相Power 的应用(Newton method under application development, you can solve the problem in the valuation of power system, the program is a three-phase Power Applications)
- 2014-11-05 12:49:30下载
- 积分:1