DocumentCode
1637259
Title
A run-based algorithm for identifying connected components in binary images
Author
Rong, Li
Author_Institution
Sch. of Software, Beijing Univ. of Technol., Beijing, China
fYear
2010
Firstpage
137
Lastpage
141
Abstract
We present a run-based algorithm for identifying connected components in binary images. We define affecting scope of a run and use an array whose size is equal to width of the image to store runs´ labels in a row. The label´s storing scope in the array is the run´s affecting scope. By checking values in the array we can know whether the current run connects with any upper-row neighbor runs. We also define updating principles to maintain the array. The algorithm only needs to scan image one pass and need not maintain an equivalent table, so its speed is fast and it is very simple. It can identify 4-connectivity and 8-connectivity connected components in binary images. Experiment results show that the algorithm is effective.
Keywords
image recognition; 4-connectivity connected components; 8-connectivity connected components; binary images; connected component identification; image one pass scanning; label storing scope; run-based algorithm; updating principles; upper-row neighbor runs; Algorithm design and analysis; Arrays; Clustering algorithms; Joining processes; Labeling; Pixel; binary image; connected component; labeling; run-based algorithm;
fLanguage
English
Publisher
ieee
Conference_Titel
Software Engineering and Service Sciences (ICSESS), 2010 IEEE International Conference on
Conference_Location
Beijing
Print_ISBN
978-1-4244-6054-0
Type
conf
DOI
10.1109/ICSESS.2010.5552378
Filename
5552378
Link To Document