How to display the object created with function strel?
7 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
How to display the object created with function strel?
2 commentaires
Réponse acceptée
Walter Roberson
le 24 Nov 2017
AAA = strel('disk', 5);
AAA.Neighborhood
image(AAA.Neighborhood); colormap(gray(2));
4 commentaires
neel patel
le 21 Mai 2018
for display it is good but how to save that image? mit imsave it is not working. can anyone tell me the answer?
Walter Roberson
le 21 Mai 2018
imwrite(uint8(AAA.Neighborhood), gray(2),'NameOfFile.bmp')
Plus de réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!