Can someone explain this code step by step and the functions which ae used in it?
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
%%step 5
se = strel('disk',3); %%create a disk-shaped structring element
bothat = imsubtract(imadd(sharpen,imtophat(sharpen,se)),imbothat(sharpen,se)); %%applying bottom hat method
figure
imshow(bothat);
title('Bottom Hat Method');
1 commentaire
Stephen23
le 28 Nov 2017
@ Jainee Solanki: The MATLAB documentation is easy to read and you can search it using your favorite internet search engine. That would be a good start.
Réponses (0)
Voir également
Catégories
En savoir plus sur Software Development Tools dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!