This document summarizes a parallel algorithm for computing the Euclidean distance transform of a binary image. It presents a 3-step parallel algorithm that computes Euclidean distances using only integer arithmetic on pixel neighborhoods. It also describes a pipelined 2D array architecture suitable for hardware implementation of the algorithm, featuring identical processing elements connected in a regular structure. The architecture aims to efficiently compute Euclidean distance transforms of images with scalability to different image sizes.