搜索资源列表
otsu2d
- 二维otsu的快速实验算法,具体可参考相应的文献。
otsu
- 优化后的otsu算法,适用于图像分割 适用于二维图像-otsu optimized algorithm for image segmentation applied to two-dimensional image
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
2dotsu
- 二维otsu算法,参考论文 二维otsu自适应阈值选取算法的快速实现 作者汪海洋 但我觉得速度还是不令人满意,期待更好的算法-2 dimention otsu
2D_otsu_VC
- 二维otsu算法,参考论文 二维otsu自适应阈值选取算法的快速实现,VC编写的很好用的程序-Two-dimensional otsu method, the reference paper two-dimensional otsu adaptive threshold selection algorithm for fast implementation, VC used in the preparation of a good program
2otsu
- 二维otsu法的灰度图像分割,采用经典阈值分割算法。-Gray image segmentation method in two-dimensional otsu
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.
otsu
- otsu算法 一维和二维 测试可以使用 用于灰度图分割-otsu one-dimensional and two-dimensional test algorithm used for grayscale segmentation
otsu2d_Xiefen
- 一种二维otsu快速算法的Matlab实现,该算法的原文参见《二维直方图区域斜分阈值分割及快速递推算法》,该文已附在内。-A two-dimensional otsu fast algorithm Matlab realize that the original algorithm see " Two-dimensional histogram oblique segmentation area and fast recursive algorithm" , the paper
otsu2d_Zhifen
- 一种二维otsu快速算法的实现;该算法原文《二维otsu自适应阑值选取算法的快速实现》发表于自动化学报。-A two-dimensional otsu fast algorithm this algorithm original " two-dimensional otsu adaptive Lanna value selection algorithm for the rapid realization," published in AAS, has been attach
Improved_OSTU
- 改进的二维otsu算法,基于梯度和灰度值的变换-improved 2D otsu method.
2dotsu-gradient
- 基于邻域灰度梯度的改进二维otsu算法:在二维otsu的方法上进行改进,将纵坐标改用像素点的灰度值与其邻域的平均灰度值的差的绝对值,分割图像。-Neighborhood-based two-dimensional gray-scale gradient improved otsu algorithm: to improve on the two-dimensional otsu method, the vertical axis instead of the absolute value of
2D_otsu_methods
- 本方案在一维otsu图像阈值分割算法的基础上,开发出二维otsu算法,基于像素点的灰度值 和 像素点的邻域平均灰度值,在对于噪声图像的分割方面性能颇佳-The program in a one-dimensional image otsu thresholding algorithm based on the development of a two-dimensional otsu algorithm based on neighborhood average gray value and p
fengesshibie
- 利用二维otsu分割彩色图像,并用形态学算法,对目标图像进行识别,确定目标图像的位置-The use of two two-dimensional color image segmentation otsu and morphological algorithms to identify the target image, target image position
Double-dimension-otsu
- 二维OSTU图像自适应阈值分割算法代码,基于c语言编程实现。-otsu dimensional image adaptive thresholding algorithm code, c-based programming language.
otsu_2d
- 二维otsu算法分割图像,速度快,适合于各种图像分割-Two-dimensional otsu algorithm for image segmentation
1d2dotsu
- 一维 二维 otsu 算法大津展之 图像分割-One dimensional two-dimensional otsu algorithm, based on the CLOWN LENA segmentation case, the pro test is available
灰度图像二维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)