Skip to content

Dilation

Morphological dilation (max filter).

$ wo 'Dilation[{0, 0, 0, 0, 0, 1, 0, 0, 0, 0}, 1]'
{0, 0, 0, 0, 1, 1, 1, 0, 0, 0}