Can someone explain this code step by step and the functions which ae used in it?
2 views (last 30 days)
Show older comments
%%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 Comment
Stephen23
on 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.
Answers (0)
See Also
Categories
Find more on Software Development Tools in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!