Filter löschen
Filter löschen

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

1 Ansicht (letzte 30 Tage)
%%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');

Antworten (0)

Kategorien

Mehr zu Programming finden Sie in Help Center und File Exchange

Tags

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by