Description: 个人搜集的两个大津法阈值分割算法(otsu算法),已通过测试-personal collection of two large Zimbabwe law thresholding segmentation algorithm (Otsu algorithm), have passed the test Platform: |
Size: 2048 |
Author:王雷 |
Hits:
Description: 这是本人下载和编译过的关于大津法二值化的matlab代码,效果比较好,可以作为分割的有效辅助-This is, I downloaded and compiled on the Otsu binarization method of matlab code, the effect is better, can be used as an effective auxiliary partition Platform: |
Size: 1024 |
Author:黄玉 |
Hits:
Description: Compute 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). -Compute 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). Platform: |
Size: 2048 |
Author:fangfei_666 |
Hits:
Description: 固定阈值法二值化模块和Otsu阈值法二值化模块,可以用于各种基于灰度分割的场合-Fixed threshold binarization module and Otsu thresholding binarization module, can be used for a variety of occasions based on the gray-scale segmentation Platform: |
Size: 5120 |
Author:xiaoyan |
Hits:
Description: 大津站直的阈值化算法,用MATLAB实现,目前较好的阈值化算法-Stand straight Otsu s thresholding algorithm, using MATLAB to achieve, the current threshold of a better algorithm Platform: |
Size: 45056 |
Author:小明 |
Hits:
Description: 本程序是利用最大类间方差算法求解自适应阈值,对图像进行分割,非动态阈值-This procedure is the use of maximum between-cluster variance adaptive thresholding algorithm for image segmentation, non-dynamic threshold Platform: |
Size: 1024 |
Author:gyq |
Hits:
Description: 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. Platform: |
Size: 2048 |
Author:ltrko9kd |
Hits:
Description: 压缩包包括大津法和迭代法阈值分割,大津法是使得类间方差最大,得到目标的阈值。-Compressed packet including the method and iterative Otsu thresholding method, Otsu method is to make the maximum between-class variance, the threshold target. Platform: |
Size: 1024 |
Author:sharon |
Hits:
Description: 利用二维属性直方图的Otsu自动阈值分割方法 提出了二维属性直方图的概念 ,进而提出了一种基于二维属性直方图的图像自动阈值化方法 有利于写论文-Attributes the use of two-dimensional histogram of the Otsu threshold segmentation method automatically put forward the concept of two-dimensional histogram properties, and then a two-dimensional attribute-based Automatic Image histogram thresholding method is conducive to writing papers Platform: |
Size: 450560 |
Author:孙琰 |
Hits:
Description: This algorithm is an implementation of Otsu thresholding technique based on the minimization of inter-class variance [otsu79]. Platform: |
Size: 15360 |
Author:Han |
Hits:
Description: This code is for otsu thresholding concept. It is developed for blackfin 561 processor using Visual DSP 5.0 Platform: |
Size: 9216 |
Author:blackfin |
Hits:
Description: 通过matlab源码实现图像的最佳自动阈值分割,所选算法是常见的大津法-Matlab source code through the realization of the best automatic image thresholding, the selected algorithm is a common method of Otsu Platform: |
Size: 2048 |
Author:IVTECH |
Hits:
Description: 一篇有关ostu阈值分割的论文,可以用于图像分割。一篇有关ostu阈值分割的论文,可以用于图像分割-A thresholding the ostu papers, can be used to image segmentation. A thresholding the ostu papers, can be used for image segmentation Platform: |
Size: 308224 |
Author:zhanglei |
Hits: