Anti-Dilation Example
This morphological operator is an inversion of a dilation of the input image by the input structuring element. As you see in the example bellow, the first image is the original input, the second is a Dilation of the previous by the following structuring element: { 000 011 011 } (seen as a 3X3 matrix where each block is one of its rows). The third image, the result, is the morphological Inversion of the second image.
Back to the initial page