-
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
-
regiongrow
说明: 图像处理中的区域生长算法,利用若干种子点的选取进行区域生长。(Image processing region growing algorithm, using several seed points selected for regional growth.)
- 2010-04-19 22:27:58下载
- 积分:1
-
ipad_iphone_sensorgroup
使用MATLAB从你的iPhone或iPad上的内置传感器采集传感器数据(Use MATLAB to acquire sensor data from built-in sensors on your iPhone or iPad.
)
- 2013-11-18 14:36:32下载
- 积分:1
-
Discussion-of-raindrop-fall-speed
简单介绍雨滴的形成,运用流体力学相关知识,分析了雨滴下落所受的黏性阻力和压差阻力,考虑雨滴在空气中下落半径增加对雨滴速度的影响,得出了雨滴下落速度和雨滴半径的关系,对雨滴下落的收尾速度进行了一般的讨论。(Brief rain formation, the use of the knowledge of fluid mechanics, analysis of viscous drag and pressure drag the raindrops whereabouts suffered consider raindrops in the air, the whereabouts of the impact of increasing the radius of raindrops speed, to draw raindrops falling speed and raindrops radius the general analysis of the relationship between the terminal velocity of raindrops whereabouts.)
- 2015-01-05 11:53:15下载
- 积分:1
-
work
说明: Matlab实现: Erlang B model(M/M/n/n)与 Erlang C model排队系统的模拟,并画出阻塞概率(P)与负载(A=lamda/miu in Erlang)的关系图。用法:运行RunMe(Matlab achieve: Erlang B model (M/M/n/n) and the Erlang C model simulation queuing system, and draw blocking probability (P) and load (A = lamda/miu in Erlang) the relationship between the map. Usage: run RunMe)
- 2008-12-01 17:20:31下载
- 积分:1
-
StockAnalysis
Stock Analysis m files
- 2013-03-25 01:27:42下载
- 积分:1
-
multiple-unicast
code run output for multiple paths for aodv only
- 2015-03-15 21:36:37下载
- 积分:1
-
桌面
说明: 例程,用于功能测试。如程序有错请大家指出.(Routine for function testing. If there is any mistake in the procedure, please point out)
- 2020-05-17 17:02:02下载
- 积分:1
-
matlab
matlab(.doc)求解功率谱的各种方法,需重新调试;(.m)最大熵法求解功率谱,可直接用(matlab maximum entropy spectra estimation)
- 2015-04-18 21:12:51下载
- 积分:1
-
segmentation
edge-based active contour segmentation
- 2007-03-03 01:02:19下载
- 积分:1