作者投稿和查稿 主编审稿 专家审稿 编委审稿 远程编辑

计算机工程 ›› 2009, Vol. 35 ›› Issue (19): 210-212,. doi: 10.3969/j.issn.1000-3428.2009.19.070

• 图形图像处理 • 上一篇    下一篇

基于分水岭变换和图割的彩色图像快速分割

徐秋平1,2,郭 敏1,王亚荣2   

  1. (1. 陕西师范大学计算机科学学院,西安 710062;2. 武警工程学院教育技术中心,西安 710086)
  • 收稿日期:1900-01-01 修回日期:1900-01-01 出版日期:2009-10-05 发布日期:2009-10-05

Fast Color Image Segmentation Based on Watershed Transform and Graph Cuts

XU Qiu-ping1,2, GUO Min1, WANG Ya-rong2   

  1. (1. School of Computer Science, Shaanxi Normal University, Xi’an 710062;
    2. Instructional Technology Centre, Engineering College of Armed Police Force, Xi’an 710086)
  • Received:1900-01-01 Revised:1900-01-01 Online:2009-10-05 Published:2009-10-05

摘要: 基于图割理论的图像分割具有结合多种知识的统一图像分割框架,可获取全局最优解,但海量的像素级处理单元以及为达到一定分割精度而采用的迭代求解模式,导致算法分割效率不高。以GrabCut算法为基础,通过分水岭变换,将图像划分成区域内颜色相似的若干分块,以各个块内像素的RGB均值代表所在分块的全部像素点来估计高斯混合模型参数,使问题规模减小,算法效率得到提高。

关键词: 图割, 分水岭变换, 高斯混合模型

Abstract: Image segmentation methods based on graph cuts have a unified segmentation framework combined with various knowledge, and can get a global optimal solution. Such algorithms have poor efficiency because of massive pixel level processing units and iterative solving model. On the basis of GrabCut algorithm, this paper transforms the image into color-similarity-blocks using the watershed algorithm, and estimates the Gaussian Mixture Model(GMM) parameters with blocks instead of pixels, so sharply decreases the problem scale and significantly improves the algorithm efficiency.

Key words: graph cuts, watershed transform, Gaussian Mixture Model(GMM)

中图分类号: