how to superimpose the image of retina?

3 visualizaciones (últimos 30 días)
Farah Nadiah
Farah Nadiah el 29 de Mzo. de 2016
Comentada: Farah Nadiah el 29 de Mzo. de 2016
how can i superimpose the image...
this is my gray image
this is my binary image
thnx :)

Respuesta aceptada

Image Analyst
Image Analyst el 29 de Mzo. de 2016
  3 comentarios
Image Analyst
Image Analyst el 29 de Mzo. de 2016
If you want the white in your binary image to become black in your gray scale image, do this:
grayImage(binaryImage) = 0; % Erase where binary image is white.
imshow(grayImage, []);
Farah Nadiah
Farah Nadiah el 29 de Mzo. de 2016
if i get this image how can i change the red to black color.. thanx :) </matlabcentral/answers/uploaded_files/48688/sp2.jpg>

Iniciar sesión para comentar.

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