Jump to content

Distance transform

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by IceWelder (talk | contribs) at 17:37, 3 December 2019 (align usage of "Valve Corporation", replaced: Valve Corporation → Valve Corporation|Valve). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

A distance transform, also known as distance map or distance field, is a derived representation of a digital image. The choice of the term depends on the point of view on the object in question: whether the initial image is transformed into another representation, or it is simply endowed with an additional map or field.

Distance fields can also be signed, in the case where it is important to distinguish whether the point is inside or outside of the shape.[1]

The map labels each pixel of the image with the distance to the nearest obstacle pixel. A most common type of obstacle pixel is a boundary pixel in a binary image. See the image for an example of a Chebyshev distance transform on a binary image.

A distance transformation

Usually the transform/map is qualified with the chosen metric. For example, one may speak of Manhattan distance transform, if the underlying metric is Manhattan distance. Common metrics are:

Applications are digital image processing (e.g., blurring effects, skeletonizing), motion planning in robotics, and even pathfinding.

Uniformly-sampled signed distance fields have been used for GPU-accelerated font smoothing, for example by Valve researchers.[2]

Signed distance fields can also be used for (3D) solid modelling. Rendering on typical GPU hardware requires conversion to polygon meshes, e.g. by the marching cubes algorithm.[3]

See also

References

  1. ^ http://www.merl.com/publications/docs/TR2000-15.pdf
  2. ^ Green, Chris (2007). Improved alpha-tested magnification for vector textures and special effects. p. 9. CiteSeerX 10.1.1.170.9418. doi:10.1145/1281500.1281665. ISBN 9781450318235. {{cite book}}: |journal= ignored (help)
  3. ^ https://www.youtube.com/watch?v=2MzSmdC49Ns
  4. ^ R. Kimmel, N. Kiryati, and A. M. Bruckstein. Distance maps and weighted distance transforms. Journal of Mathematical Imaging and Vision, Special Issue on Topology and Geometry in Computer Vision, 6:223-233,1996.