CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - Otsu threshold
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - Otsu threshold - List
[
matlab
]
hysegment
DL : 2
本人改进的关于自适应分割方法,结合了大津法获得的阈值作为初始阈值,可以提高运行速度和分割效果-I improved on the adaptive segmentation method that combines the Otsu threshold obtained as the initial threshold, can improve speed and segmentation results
Date
: 2025-12-26
Size
: 1kb
User
:
黄玉
[
matlab
]
ostu
DL : 0
ostu图像分割阈值算法,对Ostu图像分割最优阈值进行优化处理,极大缩短了搜索图像阈值计算时间,与传统的枚举法Otsu方法相比,在计算时间上具有显著的优点。-ostu threshold image segmentation algorithm for image segmentation Ostu optimal thresholds to optimize the processing, greatly reduces the search image thresholding computation time, with the traditional enumeration method Otsu methods, in the calculation of time has significant advantages.
Date
: 2025-12-26
Size
: 164kb
User
:
李劲
[
matlab
]
otsu_2d
DL : 0
灰度图像阈值分割,用二维otsu方法实现的matlab程序-Gray image threshold segmentation, using two-dimensional Otsu method of matlab program
Date
: 2025-12-26
Size
: 1kb
User
:
coco
[
matlab
]
otsu_1d
DL : 0
用于实现灰度图像阈值分割的一维otsu方法,matlab源程序-Used to achieve gray image threshold segmentation of the one-dimensional Otsu method, matlab source
Date
: 2025-12-26
Size
: 1kb
User
:
coco
[
matlab
]
ostu
DL : 0
大津站直的阈值化算法,用MATLAB实现,目前较好的阈值化算法-Stand straight Otsu s thresholding algorithm, using MATLAB to achieve, the current threshold of a better algorithm
Date
: 2025-12-26
Size
: 44kb
User
:
小明
[
matlab
]
otsu
DL : 0
本程序是利用最大类间方差算法求解自适应阈值,对图像进行分割,非动态阈值-This procedure is the use of maximum between-cluster variance adaptive thresholding algorithm for image segmentation, non-dynamic threshold
Date
: 2025-12-26
Size
: 1kb
User
:
gyq
[
matlab
]
otsu
DL : 0
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.- 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.
Date
: 2025-12-26
Size
: 2kb
User
:
ltrko9kd
[
matlab
]
df
DL : 0
分布式环境的计算,课件的使用,以及各种资源-The research paper of “Segmentation methods of fruit image based on color difference” is mainly about four segmentation methods in fruit-harvesting robot vision, which respectively are dynamic threshold segmentation method, extended Otsu method, improved Otsu combined with genetic arithmetic and adaptive segmentation method based on LVQ network. It is written in a good structure.
Date
: 2025-12-26
Size
: 426kb
User
:
陈宥余
[
matlab
]
otsu
DL : 0
traditional otsu threshold algorithm imlementation used in image processing
Date
: 2025-12-26
Size
: 1kb
User
:
yilmaz urgun
[
matlab
]
yuzhifenge
DL : 0
全局阈值分割:迭代法、Otsu法;局部阈值分割-Global Thresholding: iterative method, Otsu method local threshold segmentation
Date
: 2025-12-26
Size
: 1kb
User
:
sangsang
[
matlab
]
ostu
DL : 0
OSTU最大类间方差阈值分割算法matlab实现-OSTU Otsu threshold segmentation algorithm matlab implementation
Date
: 2025-12-26
Size
: 3kb
User
:
黄种
[
matlab
]
otsu
DL : 0
otsu threshold, run on image to get value, then do binary thresholding
Date
: 2025-12-26
Size
: 1kb
User
:
kkk
[
matlab
]
otsu
DL : 0
OTSU法对图像进行二值化处理,并放回阈值-OTSU method of binary image processing, and back into the threshold
Date
: 2025-12-26
Size
: 1kb
User
:
Gongjinnan
[
matlab
]
tuxiangfenge
DL : 0
利用类间方差阈值算法实现图像的分割处理;利用形态学处理进行处理结果修正。 -Threshold using Otsu algorithm image segmentation use of morphological processing for processing the results of correction.
Date
: 2025-12-26
Size
: 245kb
User
:
zhang
[
matlab
]
otsu
DL : 0
Multi-threshold selection according to Otsu s method
Date
: 2025-12-26
Size
: 3kb
User
:
mst
[
matlab
]
Otsu-onethreshold
DL : 0
Otsu s method of threshold selection for image segmentation
Date
: 2025-12-26
Size
: 1kb
User
:
mst
[
matlab
]
Otsu-Threshold
DL : 0
The methods of Otsu used to tresholding image. this code build it. you can use it to treshold image is easy
Date
: 2025-12-26
Size
: 8kb
User
:
danar putra
[
matlab
]
OTSU1
DL : 0
大津阈值的matlab仿真源码,,好用。-Otsu threshold matlab simulation source,, easy to use.
Date
: 2025-12-26
Size
: 1kb
User
:
张琛
[
matlab
]
otsu-master
DL : 0
Otsu最大类间方差法原理,利用阈值将原图像分成前景,背景两个图象(The principle of the inter-class variance method of Otsu is to use the threshold to divide the original image into the foreground and the background two images)
Date
: 2025-12-26
Size
: 1.42mb
User
:
li_lianhe
[
matlab
]
sample
DL : 0
大津法实现阈值分割,保存处理后的图片至指定文件夹(Otsu threshold segmentation)
Date
: 2025-12-26
Size
: 1kb
User
:
坤空空坤
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.