How to make the black portion white in this bordered area?

1 visualización (últimos 30 días)
untitled.jpg

Respuesta aceptada

KALYAN ACHARJYA
KALYAN ACHARJYA el 27 de Dic. de 2019
Editada: KALYAN ACHARJYA el 27 de Dic. de 2019
#Here bwImage is a input binary image (Attached with the Question)
result=~bwareafilt(~bwImage,1);
imshow(result);
345.png

Más respuestas (0)

Categorías

Más información sobre Author Block Masks en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by