Fast parallel chessboard distance transform algorithms

  • Authors:
  • Yu-Hua Lee;Shi-Jinn Horng

  • Affiliations:
  • -;-

  • Venue:
  • ICPADS '96 Proceedings of the 1996 International Conference on Parallel and Distributed Systems
  • Year:
  • 1996

Quantified Score

Hi-index 0.00

Visualization

Abstract

In this paper, based on the diagonal propagation approach, we first provide an O(N2) time sequential algorithm to compute the chessboard distance transform (CDT) of an N X N image, which is a DT using the chessboard distance metrics. Based on the proposed sequential algorithm, the CDT of a 2-D binary image array of size N X N can be computed in O (log N) time on the EREW PRAM model using O(N2/log N) processors, O(log N/log log N) time on the CRCW PRAM model using O(N2log log N/log N) processors and O(log N) time on the hypercube computer using O(N2) processors. Following the mapping as proposed by Y.H. Lee and S.J. Horng (1995), the algorithm for the MAT is also efficiently derived. The medial axis transform of a 2-D binary image array of size N X N can be computed in O(log N) time on the EREW PRAM model using O(N2log N) processors, O(log N/log log N) time on the CRCW PRAM model using O(N2log log N/log N) processors, and O(log N) time on the hypercube computer using O(N2) processors. Our algorithms are faster than the best previous results as proposed by J.F. Jenq and S. Sahni (1992).