Related Experiment Video
Updated: Jul 7, 2026

Quantifying Intermembrane Distances with Serial Image Dilations
Published on: September 28, 2018
Euclidean distance transform for binary images on reconfigurable mesh-connected computers
Abstract:
The distance calculation in an image is a basic operation in computer vision, pattern recognition, and robotics. Several parallel algorithms have been proposed for calculating the Euclidean distance transform (EDT). Recently, Chen and Chuang proposed a parallel algorithm for computing the EDT on mesh-connected SIMD computers (1995). For an nxn image, their algorithm runs in O(n) time on a two-dimensional (2-D) nxn mesh-connected processor array. In this paper, we propose a more efficient parallel algorithm for computing the EDT on a reconfigurable mesh model. For the same problem, our algorithm runs in O(log(2)n) time on a 2-D nxn reconfigurable mesh. Since a reconfigurable mesh uses the same amount of VLSI area as a plain mesh of the same size does when implemented in VLSI, our algorithm improves the result in [3] significantly.
Related Concept Videos
Distance Problem
Vectors in 2D: Problem Solving
Vectors in Space: Problem Solving
Vector Transformation in Rotating Coordinate Systems
Design Example: Measuring Distance Between Two Points with Obstructions
Area Computation by the Alternative Coordinate Method

