Mathematica > Data Manipulation > Image Processing & Analysis > Mathematical Morphology > HitMissTransform >

HitMissTransform

HitMissTransform
gives the hit-and-miss transform of image with respect to the composite structuring element ker.
HitMissTransform
gives the union of the hit-and-miss transforms for all the structuring elements .
HitMissTransform
treats values above t as foreground.
  • The composite structuring element ker is a matrix containing , , and elements, with elements representing foreground and elements representing background.
  • HitMissTransform automatically adds zeros to structuring elements so that they have odd dimensions.
Find all foreground pixels that are below a background pixel:
Find bottom-right corners:
Find all corners by specifying four structuring elements:
Find the larger disk:
Find all foreground pixels that are below a background pixel:
In[1]:=
Click for copyable input
Out[1]=
 
Find bottom-right corners:
In[1]:=
Click for copyable input
Out[1]=
Find all corners by specifying four structuring elements:
In[2]:=
Click for copyable input
Out[2]=
 
Find the larger disk:
In[1]:=
Click for copyable input
Out[1]=
New in 7
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team
Format:   HTML  |  CDF