AN EFFICIENT ALGORITHM FOR THE EUCLIDEAN DISTANCE TRANSFORMATION

Citation
T. Kato et al., AN EFFICIENT ALGORITHM FOR THE EUCLIDEAN DISTANCE TRANSFORMATION, Systems and computers in Japan, 27(7), 1996, pp. 18-24
Citations number
13
Categorie Soggetti
Computer Science Hardware & Architecture","Computer Science Information Systems","Computer Science Theory & Methods
ISSN journal
08821666
Volume
27
Issue
7
Year of publication
1996
Pages
18 - 24
Database
ISI
SICI code
0882-1666(1996)27:7<18:AEAFTE>2.0.ZU;2-4
Abstract
Distance maps of binary images contain, for each pixel, the distance b etween that pixel and the pixel of value 0 closest to it. They are use ful for a variety of machine-vision applications. This paper presents a simple and efficient algorithm for computing the Euclidean distance maps. The algorithm runs in O(N-2) time for an N x N binary image, and it also works for other distances that appear in machine-vision appli cations, such as city black and chessboard. Its parallel version runs in O(N-2/p) time with p(1 less than or equal to p less than or equal t o N) processors.