Ask Your Question
2

Equivalence between structural elements

asked 2013-01-18 10:30:04 -0600

isaacenrique gravatar image

Greetings.

I have the following questions:

Suppose you want to apply a morphological transformation (eg erosion) on an image with a structuring element solid 3 * 3 (ie, full of 1s) and a number of iterations 'n'.

What would be the dimension (rows * columns) of the structuring element that would produce the same result, but only with an iteration?, Ie, if we want to apply the same morphological transformation on the image and get the same result, but using only one iteration ... What should be the dimensions 'rows * columns' of the structuring element?

More concisely, find the value de 'M' for which a structuring element de 'M * M' applied only once (one iteration) produces the same result as applying a SE 3 * 3 a number of iterations equal to 'n' (Being 'n' a known value).

Is there a general formula for finding this equivalence?

Thanks in advance for any replies / help.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
2

answered 2013-01-20 03:42:16 -0600

Michael Burdinov gravatar image

Size of your SE should be: 2n+1 x 2n+1.

edit flag offensive delete link more

Comments

You are welcome. And your calculations about number of row and columns are correct.

Michael Burdinov gravatar imageMichael Burdinov ( 2013-01-22 03:05:02 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2013-01-18 10:30:04 -0600

Seen: 337 times

Last updated: Jan 20 '13