搜索资源列表
otsu_2d
- 灰度图像阈值分割,用二维otsu方法实现的matlab程序
otsu2d
- 二维otsu的快速实验算法,具体可参考相应的文献。
otsu
- 优化后的OTSU算法,适用于图像分割 适用于二维图像-OTSU optimized algorithm for image segmentation applied to two-dimensional image
example4_good
- 灰度图像的二维Otsu自动阈值分割法 matlab源程序,这个程序不错,还能计算时间和二维直方图-Two-dimensional gray image segmentation Otsu automatic thresholding matlab source, this procedure well, but also the computing time and two-dimensional histogram
otsu2
- 灰度图像的二维Otsu自动阈值分割法 matlab源程序-Two-dimensional gray image Otsu automatic thresholding method
Goottsu_2dr
- 灰度图像阈值分割,用二维otsu方法实实现的matlab程序源码 可直接使用。 -Gray image threshold segmentation, the real implementation of the two-dimensional otsu method matlab program source code can be used directly.
2D_OTSU
- 二维的OTSU二值化代码,利用integral image 技术,速度极快!-2D OTSU using integral image techique. It s very fast!
tuxintuizhifenge
- 针对类圆形堆积物图像的前景和背景在色彩或灰度上相近,难以用传统阈值分割等算法进行有效分割的问题,提出一种多方法融 合的类圆形堆积物图像区域分割策略。对图像进行滤波等一系列预分割处理后进行投影得到目标图像的外接矩形区域,以排除噪声的干扰, 在区域内采用改进的灰度共生矩阵方法进行粗分割,以解决窗口大小与分割精度的问题,采用二维OTSU 阈值分割方法对粗分割结果进行 量化。实验结果表明,该方法得到的区域分割结果边缘清晰、准确度高。-Round deposits for the prospe
OTSU
- 利用二维属性直方图的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
OTSU
- 在VC++6.0 已经openCV环境下的一维OTSU代码,实现图像二值化-// OTSU.h: interface for the COTSU class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_OTSU_H__33C2086A_C181_490B_946D_837B4C7FB914__INCLUDED_) #define AFX
2dOtsu
- 二维Otsu算法,参考论文 二维Otsu自适应阈值选取算法的快速实现 作者汪海洋 但我觉得速度还是不令人满意,期待更好的算法-2 dimention Otsu
otsu_2d
- 基于OTSU二维图像分割 很有用 具参考价值-OTSU 2d. well worth to download.LOL
Otsu
- 包含了21篇二维最大类间方差(Otsu)阈值分割方法的论文,-Contains 21 article 2 d between the most kinds of variance (Otsu) threshold segmentation method papers
Otsu-threshold-segmentation
- 吴一全等采用灰度级-梯度级构建二维直方图,并提出快速迭代算法。改进的二维Otsu法阈值分割快速迭代算法。-Wu congruent grayscale- gradient level to build a two-dimensional histogram, and a fast iterative algorithm. Improved dimensional Otsu threshold segmentation fast iterative algorithm.
the-two-dimensional-Otsu-method
- 张新明等提出二维Otsu法的准分法,采用8-去心邻域模板构建二维直方图,并给出了改进的快速递推公式。-Xinming proposed quasi-sub method of the two-dimensional Otsu method, the neighborhood template to build two-dimensional histogram using 8- to the heart, and gives improved fast recursive formula.
Otsu
- CVPR计算机视觉大会,基于CPSO的二维Otsu图像分割法的讲解及方法步骤-CVPR Conference on computer vision, through the steps and method for two dimensional Otsu image segmentation method based on CPSO
otsu-second
- 应用二维OTSU图像分割的方法对图像感兴趣区域进行提取-Methods two dimensional OTSU image segmentation to extract the image region of interest
otsu
- 利用二维的otsu进行二值分割,不同于一维otsu,这里使用了邻域信息(Using two dimensional Otsu for two value segmentation, different from one dimension Otsu, the neighborhood information is used here)
灰度图像二维otsu自动阈值分割
- 一种基于otsu的二维灰度图像分割算法,包括注释和源代码,适合初学者使用。(A two-dimensional gray image segmentation algorithm based on Otsu, including annotation and source code, which is suitable for beginners.)
2D-OTSU
- 是传统2D OTSU算法的MATLAB源代码,利用的是中值图像和原始灰度图像建立的二维灰度图像直方图(2D OTSU)