Can someone explain this code step by step and the functions which ae used in it?
2 ビュー (過去 30 日間)
古いコメントを表示
%%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 件のコメント
Stephen23
2017 年 11 月 28 日
@ 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.
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Software Development Tools についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!