필터 지우기
필터 지우기

erode until 1 pixel remains

조회 수: 7 (최근 30일)
Changoleon
Changoleon 2016년 10월 26일
댓글: Changoleon 2016년 10월 27일
What is the function that erodes the object all the way until only one pixel remains from that object?

채택된 답변

Chaya N
Chaya N 2016년 10월 26일
The function bwmorph with the 'shrink' option perhaps.
  댓글 수: 1
Changoleon
Changoleon 2016년 10월 27일
Hey you are right,
BW2 = bwmorph(BW,'shrink',Inf); does the job, thank you

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Read, Write, and Modify Image에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by