how to remove Outermost semicircle on the grayscale image?

조회 수: 1 (최근 30일)
Suresh Bhanoth
Suresh Bhanoth 2020년 3월 11일
답변: KALYAN ACHARJYA 2020년 3월 13일
I am attaching the image . Please help me how to remove the outermost semicicrlces.Please anyone can say the method , how to remove it?

채택된 답변

KALYAN ACHARJYA
KALYAN ACHARJYA 2020년 3월 13일
mask=bwareafilt(~imbinarize(grayImage,0.8),1);
grayImage(~mask)=255;
imshow(grayImage);

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Images에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by