Conditional Erosion Example


This morphological operator is an erosion of the input image by the input structuring element followed by a supremum with the input marker image. As you see in the example bellow we separated in two parts: in the first part, the first image is the original input, the second is the Erosion of the previous by the following structuring element: { 010 111 010 } (seen as a 3X3 matrix where each block is one of its rows). In the second part we show the Supremum between the first image and the input marker image. The result can be seen in the third image.

Erosion Part

-- - --

Supremum Part

Back to the initial page