Pyramidal thinning algorithm for SIMD parallel machines

作者:

Highlights:

摘要

We propose a parallel thinning algorithm for binary pictures. Given an N × N binary image including an object, our algorithm computes in O(N2) the skeleton of the object, using a pyramidal decomposition of the picture. The behavior of this algorithm is studied considering a family of digitalization of the same object at a different level of resolution. With the Exclusive Read Exclusive Write (EREW) Parallel Random Access Machine (PRAM), our algorithm runs in O(log N) time using O(N2/logN) processors and it is work-optimal. The same result is obtained with high-connectivity distributed memory SIMD machines having strong hypercube and pyramid. We describe the basic operator, the pyramidal algorithm and some experimental results on the SIMD MasPar parallel machine.

论文关键词:Thinning,Pyramidal algorithm,Parallel complexity

论文评审过程:Received 22 February 1995, Revised 17 March 1995, Available online 7 June 2001.

论文官网地址:https://doi.org/10.1016/0031-3203(95)00037-2