I failed to understand the following code which is usefull for isolation of particular cell. especially the third line i failed to understand completely

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.

Respuestas (1)

It sets the perimeter pixels to be white so that they show up against the rest of the image.

La pregunta está cerrada.

Etiquetas

Preguntada:

el 27 de Jul. de 2011

Cerrada:

el 20 de Ag. de 2021

Community Treasure Hunt

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

Start Hunting!

Translated by