Ball structuring element representation

791 views Asked by At

Regarding the ball structuring element mentioned here, how can we represent it as a matrix, the same as some structuring elements represented at the same page?

1

There are 1 answers

0
Ben On

strel('ball',radius,height)

Type this into matlab and it will display a matrix:

strel('ball',5,10)

The first matrix you get is the area and size of the ball as a matrix. The second matrix is the height of the each element of the ball.