The Distance Transform and its Computation
Computer Vision and Pattern Recognition
2023-02-27 v2 Computational Geometry
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.
Keywords
Cite
@article{arxiv.2106.03503,
title = {The Distance Transform and its Computation},
author = {Tilo Strutz},
journal= {arXiv preprint arXiv:2106.03503},
year = {2023}
}
Comments
24 pages, 22 figures, 1 table, 9 listings