Conditional Dilation Operator


The condition dilation operator involves two images, the input image and the conditional image, and a structuring element. The resultant image is the intersection between the input image dilated with the structuring element and the conditional image.

Below are the input image and the result of its dilation by an euclidean disk of diameter 7.

Below are the conditional image and the resultant image



Back to the initial page