Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
I failed to understand the following code which is usefull for isolation of particular cell. especially the third line i failed to understand completely
조회 수: 1 (최근 30일)
이전 댓글 표시
B=bwperim(BW);
s1=I;
s1(B)=255;
where 'I' is a original image ,BW is a edge detection image. please can u expalin the code . thanks in advance. pleae concentrate especialy third line.
댓글 수: 0
답변 (1개)
Walter Roberson
2011년 7월 27일
It sets the perimeter pixels to be white so that they show up against the rest of the image.
댓글 수: 0
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!