An Efficient Algorithm for Complete Euclidean Distance Transform on Mesh-Connected Simd

L CHEN,HYH CHUANG
DOI: https://doi.org/10.1016/0167-8191(94)00103-h
IF: 0.983
1995-01-01
Parallel Computing
Abstract:The Euclidean distance transform (EDT) converts a binary image into one where each pixel has a value equal to its Euclidean distance to the nearest foreground pixel. It has important uses in image analysis, computer vision, and robotics where high speed computation is essential. In this paper, a sequential algorithm which does not require global operations is first presented. We then apply a sequence of algorithm transformations to convert it into a parallel algorithm for mesh-connected SIMD computers. For an nxn image on an equal-sized processor array, the time complexity is O(n). An algorithm for computing large EDT problems on smaller processor arrays is also given. For an nxn image on a g X g processor array, the time complexity is O((n(2)/g) log(n/g)).
What problem does this paper attempt to address?