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 日間)
somasekar jalari
somasekar jalari 2011 年 7 月 27 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
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.

回答 (1 件)

Walter Roberson
Walter Roberson 2011 年 7 月 27 日
It sets the perimeter pixels to be white so that they show up against the rest of the image.

この質問は閉じられています。

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by