Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
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 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (1)
Walter Roberson
am 27 Jul. 2011
It sets the perimeter pixels to be white so that they show up against the rest of the image.
0 Kommentare
Diese Frage ist geschlossen.
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!