Can someone explain this code step by step and the functions which ae used in it?

2 ビュー (過去 30 日間)
Jainee Solanki
Jainee Solanki 2017 年 11 月 28 日
コメント済み: Stephen23 2017 年 11 月 28 日
%%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
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 ExchangeSoftware Development Tools についてさらに検索

タグ

製品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by