吉林大学学报(理学版)

• 计算机科学 • 上一篇    下一篇

基于一维Otsu的多阈值医学图像分割算法

申铉京, 潘红, 陈海鹏   

  1. 吉林大学 计算机科学与技术学院, 长春 130012
  • 收稿日期:2015-05-13 出版日期:2016-03-26 发布日期:2016-03-23
  • 通讯作者: 陈海鹏 E-mail:chenhp@jlu.edu.cn

Medical Image Segmentation Algorithm Based onOneDimensional Otsu Multiple Threshold

SHEN Xuanjing, PAN Hong, CHEN Haipeng   

  1. College of Computer Science and Technology, Jilin University, Changchun 130012, China
  • Received:2015-05-13 Online:2016-03-26 Published:2016-03-23
  • Contact: CHEN Haipeng E-mail:chenhp@jlu.edu.cn

摘要:

针对传统医学图像分割算法时间复杂度高、 分割精度低等问题, 提出一种基于一维Otsu的自动多阈值分割算法. 考虑到医学图像信息的复杂性, 引入基于梯度、 灰度、 距离的综合信息直方图替代传统的灰度直方图, 并分别赋予这3个信息相应的权值. 采用kd-树作为框架快速自动确定阈值个数, 进而实现Otsu对医学图像的自动多阈值分割. 与最大熵、 基于粒子群优化的Otsu算法等进行对比实验的结果表明, 该算法的分割性能优于其他算法.

关键词: Otsu, kd-树, 梯度, 归一化距离, 灰度直方图

Abstract:

Aiming at the problems of high time complexity and low accuracy of traditional medical image segmentation algorithm, we proposed a segmentation algorithm based on onedimensional Otsu automatic multiple threshold. Taking into account the complexity of medical image information, we introduced a
 comprehensive information histogram based on gradient, gray scale and distance to replace the traditional gray histogram, and gave the corresponding weights of the 3 information respectively. Kdtree was used as a framework to quickly determine the number of threshold automatically, and then to realize the automatic threshold segmentation of medical images by Otsu. Compared with the maximum entropy and Otsu based on particle swarm optimization algorithm, experimental results show that the segmentation performance of the proposed algorithm is superior to other algorithms.

Key words: Otsu, kd-tree, gradient, normalized distance, gray histogram

中图分类号: 

  • TP391