How to display the object created with function strel?

How to display the object created with function strel?

2 comentarios

Adam
Adam el 23 de Nov. de 2017
Editada: Adam el 23 de Nov. de 2017
Display it in what way? Image? Command line? You can apply it to a single dot win an otherwise blank image and you'll see what it looks like.
L
L el 27 de Nov. de 2017
Display as image.

Iniciar sesión para comentar.

 Respuesta aceptada

AAA = strel('disk', 5);
AAA.Neighborhood
image(AAA.Neighborhood); colormap(gray(2));

4 comentarios

L
L el 27 de Nov. de 2017
I have got this message: "??? No appropriate method, property, or field Neighborhood for class strel."
Which MATLAB version are you using?
for display it is good but how to save that image? mit imsave it is not working. can anyone tell me the answer?
imwrite(uint8(AAA.Neighborhood), gray(2),'NameOfFile.bmp')

Iniciar sesión para comentar.

Más respuestas (0)

Preguntada:

L
L
el 23 de Nov. de 2017

Comentada:

el 21 de Mayo de 2018

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by