how to make a particular region to appear white in color

1 visualización (últimos 30 días)
vidya
vidya el 17 de Dic. de 2013
Respondida: Image Analyst el 17 de Dic. de 2013
hello I am creating a image mask of a retina image. i want a particular region to be white in color ..is it possible to do ? how can i do it? i want the region inside the ring to be white in color. to get this image i have applied morphology and canny edge detection

Respuesta aceptada

Image Analyst
Image Analyst el 17 de Dic. de 2013
binaryImage = imfill(binaryImage, 'holes');

Más respuestas (0)

Community Treasure Hunt

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

Start Hunting!

Translated by