Marker-based image segmentation relying on disjoint set union

作者:

Highlights:

摘要

Marker-based image segmentation has been widely used in image analysis and understanding. The well-known Meyer's marker-based watershed algorithm by immersion is realized using the hierarchical circular queues. A new marker-based segmentation algorithm relying on disjoint set union is proposed in this paper. It consists of three steps, namely: pixel sorting, set union, and pixel resolving. The memory requirement for the proposed algorithm is fixed as 2×N integers (N is the image size), whereas the memory requirement for Meyer's algorithm is image dependent. The advantage of the proposed algorithm lies at its regularity and simplicity in software/firmware/hardware implementation.

论文关键词:Marker-based image segmentation,Disjoint set union,Union find

论文评审过程:Received 7 February 2005, Revised 22 June 2005, Accepted 29 June 2005, Available online 28 July 2005.

论文官网地址:https://doi.org/10.1016/j.image.2005.06.008