位置:成果数据库 > 期刊 > 期刊详情页
A fast connected components labeling algorithm for binary images
  • 分类:TP751.1[自动化与计算机技术—控制科学与工程;自动化与计算机技术—检测技术与自动化装置]
  • 作者机构:[1](State Key Laboratory of Robotics and System, Harbin Institute of Technology, Harbin 150080, China)
  • 相关基金:Sponsored by the National Natural Science Foundation of China (Grant No. 81071219).
中文摘要:

A fast label-equivalence-based connected components labeling algorithm is proposed in this paper.It is a combination of two existing efficient methods,which are pivotal operations in two-pass connected components labeling algorithms.One is a fast pixel scan method,and the other is an array-based Union-Find data structure.The scan procedure assigns each foreground pixel a provisional label according to the location of the pixel.That is to say,it labels the foreground pixels following background pixels and foreground pixels in different ways,which greatly reduces the number of neighbor pixel checks.The array-based Union-Find data structure resolves the label equivalences between provisional labels by using only a single array with path compression,and it improves the efficiency of the resolving procedure which is very time-consuming in general label-equivalence-based algorithms.The experiments on various types of images with different sizes show that the proposed algorithm is superior to other labeling approaches for huge images containing many big connected components.

英文摘要:

A fast label-equivalence-based connected components labeling algorithm is proposed in this paper. It is a combination of two existing efficient methods, which are pivotal operations in two-pass connected compo- nents labeling algorithms. One is a fast pixel scan method, and the other is an array-based Union-Find data structure. The scan procedure assigns each foreground pixel a provisional label according to the location of the pixel. That is to say, it labels the foreground pixels following background pixels and foreground pixels in differ- ent ways, which greatly reduces the number of neighbor pixel checks. The array-based Union-Find data struc- ture resolves the label equivalences between provisional labels by using only a single array with path compres- sion, and it improves the efficiency of the resolving procedure which is very time-consuming in general label-e- quivalence-based algorithms. The experiments on various types of images with different sizes show that the pro- posed algorithm is superior to other labeling approaches for huge images containing many big connected compo- nents.

同期刊论文项目
同项目期刊论文