The Distance Transform and its Computation

Tilo Strutz
DOI: https://doi.org/10.48550/arXiv.2106.03503
2023-02-24
Abstract:Distance transformation is an image processing technique used for many different applications. Related to a binary image, the general idea is to determine the distance of all background points to the nearest object point (or vice versa). In this tutorial, different approaches are explained in detail and compared using examples. Corresponding source code is provided to facilitate own investigations. A particular objective of this tutorial is to clarify the difference between arbitrary distance transforms and exact Euclidean distance transformations.
Computer Vision and Pattern Recognition,Computational Geometry
What problem does this paper attempt to address?