Legacy Documentation

Digital Image Processing (2000)

This is documentation for an obsolete product.
Current products and services
Previous section-----Next section

6.3 Binary Morphological Operators

In[1]:=
In[2]:=
In[3]:=
Out[3]=Out[3]=
In[4]:=
Out[4]=Out[4]=
Interestingly, Equations (6.3.1) and (6.3.2) resemble the familiar convolution sum formulation with OR replacing addition and AND replacing multiplication. Thus the structuring element plays an analogous role in morphological signal processing to the FIR filter in LSI signal processing.
Erosion is a morphological dual to dilation [Gon92, Har92, Pra91]. The set-theoretic definition of erosion follows.
Equivalently, erosion may be defined by the following correlation-like formulation. The erosion of image A with structuring element B, denoted C=AB, has the following matrix formulation:

Binary morphological functions.

In[5]:=
In[6]:=
Out[6]//MatrixForm=Out[6]//MatrixForm=
In[7]:=
Out[7]//MatrixForm=Out[7]//MatrixForm=
In[8]:=
Out[8]=Out[8]=
In[9]:=
In[10]:=
Out[10]=Out[10]=
In[11]:=
In[12]:=
Out[12]=Out[12]=
In[13]:=
Out[13]//MatrixForm=Out[13]//MatrixForm=
In[14]:=
Out[14]//MatrixForm=Out[14]//MatrixForm=
In[15]:=
Out[15]=Out[15]=
In[16]:=
Out[16]=Out[16]=
In[17]:=
Out[17]=Out[17]=