Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Data Manipulation > Image Processing & Analysis > Mathematical Morphology > InverseDistanceTransform >

InverseDistanceTransform

InverseDistanceTransform[image]
gives the inverse distance transform of image, returning the result as a binary image.
  • The inverse distance transform is computed as the union of all disks centered around each pixel of the distance transform, taking the pixel value to be the radius.
Reconstruct a shape from its skeleton transform:
Reconstruct a shape from its skeleton transform:
In[1]:=
Click for copyable input
Out[1]=
Reconstruct a rectangle:
Find the reduced medial axis:
Reconstruct from the medial axis, and show that the result is the same as the original input:
Euclidean inverse distance transform:
Inverse distance transform using Manhattan distance:
Inverse distance transform using chessboard distance:
Reconstruct a shape from a noisy distance transform image:
New in 8
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team
Format:   HTML  |  CDF