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

1 次查看(过去 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');

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Programming 的更多信息

标签

产品

Community Treasure Hunt

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

Start Hunting!

Translated by