필터 지우기
필터 지우기

How to make the black portion white in this bordered area?

조회 수: 1 (최근 30일)
joynob ahmed
joynob ahmed 2019년 12월 26일
댓글: joynob ahmed 2019년 12월 27일
untitled.jpg

채택된 답변

KALYAN ACHARJYA
KALYAN ACHARJYA 2019년 12월 27일
편집: KALYAN ACHARJYA 2019년 12월 27일
#Here bwImage is a input binary image (Attached with the Question)
result=~bwareafilt(~bwImage,1);
imshow(result);
345.png

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Author Block Masks에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by