Parallel Computation of the Euclidean Distance Transform on the Mesh of Trees and the Hypercube Computer

作者:

Highlights:

摘要

Thestance transformis an operation that converts an image consisting of black and white pixels to an image where each pixel has a value or coordinate that represents the distance or location to the nearest black pixel. It is a basic operation in image processing and computer vision fields, used for expanding, shrinking, thinning, segmentation, clustering, computing shape, object reconstruction, etc. There are manyapproximateEuclidean distance transform algorithms in the literature, but finding the distance transform with respect to the Euclidean metric is rather time consuming. So, it is important to increase the computing speed. The parallel algorithms discussed are for the computation of exactEuclidean distance transformfor all pixels with respect to black pixels in anN×Nbinary image. The object of this paper is to develop the time-optimal algorithms.O(logN) time-optimal algorithms are proposed for both mesh of trees and hypercube computer. The number of processors used to solve this problem for the former isN×N×N/logNand that for the latter isN2.5, respectively. A generalized algorithm is also proposed for a reduced three-dimensional mesh of trees and it can be computed inO(mlogN) time usingN×N×N/mlogNprocessors, wheremis a constant and 1 ≤m≤N/logN. Compared to the previous result, the time complexity of the generalized algorithm is inversely proportional to the number of processors used by a factor ofmtimes.

论文关键词:

论文评审过程:Received 27 December 1994, Accepted 25 July 1996, Available online 26 April 2002.

论文官网地址:https://doi.org/10.1006/cviu.1997.0539