필터 지우기
필터 지우기

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

조회 수: 1 (최근 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');

답변 (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