阈值分割技术发展现状综述
2020-08-13刘硕
刘硕
摘 要:在图像分割的众多方法中,阈值分割法简单且性能稳定,是一种最基本、应用最广泛的分割技术,其实质就是:利用图像灰度直方图信息,得到图像分割的阈值,把像素级分成若干类,从而实现目标与背景的分离。文章主要对阈值分割技术的发展现状进行了综述,介绍了传统方法的阈值分割和优化算法的阈值分割,分析了各种方法的原理及特点。
关键词:阈值分割;传统方法;优化算法
中图分类号:TP391.41 文献标志码:A 文章编号:2095-2945(2020)24-0129-02
Abstract: Among the many methods of image segmentation, the threshold segmentation method is simple and stable, which is the most basic and widely used segmentation technology. Its essence is to obtain the threshold value of image segmentation by using image gray histogram information, and thendivide the pixel level into several classes, so as to achieve the separation of target and background. This paper mainly reviews the development of threshold segmentation technology, introduces the threshold segmentation of traditional methods and optimization algorithms, and analyzes the principles and characteristics of various methods.
Keywords: threshold segmentation; traditional method; optimization algorithm
阈值分割是图像分割中的经典方法,它利用图像的灰度直方图,得到一个或多个图像分割阈值,将图像中每个像素的灰度值与阈值作比较,把像素分类,从而实现目标与背景的分离。
其关键点在于最优阈值的获取,需要按照某个函数准则来求解。阈值的选取十分重要,直接影响图像分割的合理性和效果。
阈值分割法计算简单,实现起来容易,对物体与背景有较强对比的图像可以得到较好的分割效果。
1 传统方法的阈值分割
随着计算能力的提高以及高级理论和深度学习的不断发展,图像分割的应用范围不断扩大,并且各个领域对分割效果和质量的要求越来越高,一些传统的阈值分割方法在效果上已经不能与新方法相比较了,但其思想还是值得我们去学习。以下介绍几种常用的方法:直方图双峰法[1],大津法[2],自适应法[3],迭代法[4]。
1.1 直方图双峰法
直方图双峰法[1],或称mode法,是经典的全局单阈值分割方法。……
