In-place linear-time algorithms for Euclidean distance transform

  • Authors:
  • Tetsuo Asano;Hiroshi Tanaka

  • Affiliations:
  • School of Information Science, JAIST, Nomi, Japan;School of Information Science, JAIST, Nomi, Japan

  • Venue:
  • Transactions on computational science VIII
  • Year:
  • 2010

Quantified Score

Hi-index 0.00

Visualization

Abstract

Given a binary image, Euclidean distance transform is to compute for each pixel the Euclidean distance to the closest black pixel. This paper presents a linear-time algorithm for Euclidean distance transform without using any extra array. This is an improvement over a known algorithm which uses additional arrays as work storage. An idea to reduce the work space is to utilize the output array as work storage. Implementation results and comparisons with existing algorithms are also included.