-
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
-
dds
matlab 的句柄实现过程及实例解析 (matlab instance handle and resolve implementation process)
- 2010-12-07 20:38:45下载
- 积分:1
-
Simulink3
说明: simulink 讲解了simulink的主要功能,比较详细(simulink)
- 2009-07-31 00:14:07下载
- 积分:1
-
MATLAB-Graphics
首先介绍MATLAB的基本知识及基本运算,使读者对MATLAB有一个概略的了解,然后系统论述图形绘制技术的基本概念、工作原理及在工程中的应用。书中精选科学和工程中常用的多个算法,全部采用MATLAB语言编程实现,并结合实例对算法程序进行验证和分析。其中详细讲解了MATLAB的基本知识、二维图形的绘制、三维图形的绘制、高级图形绘制技术、动画与视频、几何造型及GUI的程序设计等内容。(First introduced in MATLAB basic knowledge and basic operations, allowing the reader to have a rough understanding of MATLAB and then systematically discusses the basic concepts of graphics rendering technology, working principle and in engineering. The book featured commonly used in science and engineering multiple algorithms, all using MATLAB programming language, with examples for algorithm verification and analysis. Which explained in detail the basics of MATLAB, two-dimensional graphics rendering, 3D graphics rendering, advanced graphics rendering, animation and video, geometric modeling and GUI programming and other content.)
- 2013-11-13 20:57:06下载
- 积分:1
-
TSP.matlab
基于遗传算法解决TSP问题,matlab,可以实现(Based on the genetic algorithm to solve TSP problem)
- 2014-12-14 17:15:25下载
- 积分:1
-
GLDAS
GLDAS数据的提取以及相应的水储量的计算。(Extraction of GLDAS data and calculation of water reserves.)
- 2020-12-28 09:49:01下载
- 积分:1
-
movavg
Moving average filter in matlab
- 2011-06-10 21:07:58下载
- 积分:1
-
A-matlab-code-to-printscreen-
MATLAB实现截屏的小程序,能够进行部分截取(MATLAB implementation applet screenshot)
- 2013-10-30 16:20:27下载
- 积分:1
-
stewart-motion
实现六自由度并联机器人的运动控制 simulink仿真(Implementation of 6 dof parallel robot movement control simulink simulation)
- 2013-05-03 20:15:24下载
- 积分:1
-
DVB-T2-MATLAB-BCH
DVB-T2中13种码率的BCH编码matlab仿真程序(BCH code in DVB-T2)
- 2012-01-05 16:14:54下载
- 积分:1