Finding connected components in digital images by aggressive reuse of labels
作者:
Highlights:
•
摘要
An efficient algorithm is presented to label the connected components in array representation of very huge 2-D images that one works with in remote sensing applications. A new data structure is suggested to maintain the equivalence table that makes use of a modified version of Union-Find algorithms. The operations supported by the equivalence table enable aggressive reuse of labels and bound the size of the table by ⌊N/2⌋+1, for a N×N image. It is also shown that the maintenance of the table has an overall linear amortized cost.
论文关键词:Image processing,Set Union-Find,Connected components labeling,Amortized analysis,Raster representation,Remote sensing applications
论文评审过程:Received 11 April 2000, Revised 17 December 2001, Accepted 26 March 2002, Available online 2 May 2002.
论文官网地址:https://doi.org/10.1016/S0262-8856(02)00044-6