Morphological operation
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
i have an image
i want to perform morphological operation and need to get output image as
please help
0 commentaires
Réponse acceptée
Andrei Bobrov
le 12 Juin 2012
one way
I = imread('1JK5Q.png');
BW = ~im2bw(I,.8);
BW1 = imdilate(BW,ones(1,4));
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!