A General Algorithm for Computing Distance Transforms in Linear Time 论文
2005Kluwer Academic Publishers eBooks引用 224
Digital Image Processing TechniquesImage and Object Detection TechniquesMedical Image Segmentation Techniques
摘要
A new general algorithm for computing distance transforms of digital images is presented. The algorithm consists of two phases. Both phases consist of two scans, a forward and a backward scan. The first phase scans the image column-wise, while the second phase scans the image row-wise. Since the computation per row (column) is independent of the computation of other rows (columns), the algorithm can be easily parallelized on shared memory computers. The algorithm can be used for the computation of the exact Euclidean, Manhattan (L 1 norm), and chessboard distance (L ∞ norm) transforms.