• 中国计算机学会会刊
  • 中国科技核心期刊
  • 中文核心期刊

J4 ›› 2015, Vol. 37 ›› Issue (2): 390-396.

• 论文 • Previous Articles     Next Articles

Fast segmentation in color image
based on quadtree decomposition and graph cuts 

HU Zhili,GUO Min   

  1. (1.Key Laboratory of Modern Teaching Technology,Ministry of Education,Xi’an 710062;
    2.School of Computer Science,Shaanxi Normal University,Xi’an 710062,China)
  • Received:2013-05-29 Revised:2013-10-13 Online:2015-02-25 Published:2015-02-25

Abstract:

Graph cuts is a combinatorial optimization method based on graph theory,and GrabCut based on it is an efficient foreground extraction algorithm.To achieve a certain segmentation accuracy,multiple iterations using graph cuts during the course of parameter estimation in the Gaussian Mixture Model(GMM),make it consume massive time when processing a great deal of image data.In this paper,we use quadtree decomposition to divide the image into several subblocks with internal high similarity and thus construct a compact weighted graph;the Gaussian Mixture Model (GMM) parameters can be estimated by the mean RGB values instead of all pixel values within blocks,so it can reduce the problem scale and significantly improve the efficiency of the algorithm.The experimental results demonstrate the feasibility and effectiveness of the algorithm.

Key words: graph cuts;quadtree decomposition;Gaussian mixture model