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 >

GeodesicDilation

GeodesicDilation[marker, mask]
gives the fixed point of the geodesic dilation of the image marker constrained by the image mask.
  • GeodesicDilation[marker, mask] effectively starts with marker, then repeatedly dilates it, masking with mask, until the result no longer changes.
  • GeodesicDilation[marker, mask, n] iterates the dilation process at most n times.
  • GeodesicDilation effectively performs a morphological reconstruction by dilation.
  • If multiple image channels are present, GeodesicDilation operates on each of them separately.
Reconstruct the marked foreground objects:
Reconstruct the marked foreground objects:
In[1]:=
Click for copyable input
Out[1]=
Extract brighter objects from a color image:
Iteratively apply geodesic dilation:
New in 7
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team