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

Computer Engineering & Science

Previous Articles     Next Articles

An improved fast SLIC segmentation algorithm

MA Jun-fu,WEI Wei   

  1. (School of Computer Science and Software,Hebei University of Technology,Tianjing 300401,China)
  • Received:2015-12-07 Revised:2016-01-22 Online:2017-02-25 Published:2017-02-25

Abstract:

Superpixels algorithms have been applied to various fields of computer vision in recent years. Superpixels can capture the redundant information of the image and reduce the complexity of post-processing. As the preprocessing of images, superpixels segmentation needs to meet the demands of real-time properties and accuracy of image processing. We propose an improved fast SLIC segmentation algorithm in the framework of the SLIC algorithm to improve the efficiency of superpixels segmentation. We extract a small number of pixels of the original image to generate a small scale image by reducing the scale of the original image, and employ the SLIC algorithm to do superpixels segmentation of the downscaled image. After the primary superpixel segmentation, we perform K nearest neighbor classification on the pixels of the original image according to the segmentation results of the downscaled image and realize final superpixels segmentation. Experimental results show that with similar accuracy, the proposed algorithm is much faster than the SLIC algorithm when processing the same object.

Key words: