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 >

GeodesicErosion

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