Paper: | WA-P2.1 |
Session: | Image and Video Filtering II |
Time: | Wednesday, September 19, 09:50 - 12:30 |
Presentation: |
Poster
|
Title: |
A LINEAR-TIME TWO-SCAN LABELING ALGORITHM |
Authors: |
Lifeng He; University of Chicago | | |
| Yuyan Chao; Nagoya Sangyo University | | |
| Kenji Suzuki; University of Chicago | | |
Abstract: |
This paper presents a fast linear-time two-scan algorithm for labeling connected components in binary images. In the first scan, provisional labels are assigned to object pixels in the same way as do most conventional labeling algorithms. To improve efficiency, we use corresponding equivalent label sets and a representative label table for resolving label equivalences. When the first scan is finished, all provisional labels belonging to each connected component in a given image are combined in the corresponding equivalent label set, and they are assigned a unique representative label with the representative label table. During the second scan, by use of the completed representative label table, all provisional labels belonging to each connected component are replaced by their representative label. Our algorithm is very simple in principle, and is easy to implement. Experimental results demonstrated that the efficiency of our algorithm is superior to that of other labeling algorithms. |