Can someone explain this code step by step and the functions which ae used in it?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
%%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 Commento
Stephen23
il 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.
Risposte (0)
Vedere anche
Categorie
Scopri di più su Software Development Tools in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!