搜索资源列表
-
0下载:
C语言实现的OTSU方法,计算图像二值化的自适应阈值-C language implementation of the OTSU method in calculating the adaptive image binarization threshold
-
-
0下载:
一种实时自适应图像二值化方法
将图像二值化作为一个优化问题来解-A real-time adaptive image binarization method of images as a binary optimization problem solved
-
-
0下载:
OTSU方法计算图像二值化的自适应阈值,OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法。下面的代码最早由 Ryan Dibble提供,此后经过多人Joerg.Schulenburg, R.Z.Liu 等修改,补正。算法对输入的灰度图像的直方图进行分析,将直方图分成两个部分,使得两部分之间的距离最大。划分点就是求得的阈值。都是老外写的,经典哦。-OTSU method of adaptive image binarization threshold, OTSU
-
-
0下载:
效果最好的三种二值化的方法 otsu niblack等 是自适应阈值方法-The best effect of three kinds of binarization methods otsu niblack, etc Is the adaptive threshold value method。
-