Anti-Erosion Example
This morphological operator is an inversion of an erosion of the input image by the input structuring element. As you see in the example bellow, the first image is the original input and the second is an Erosion of the previous one 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