how to superimpose the image of retina?

1 次查看(过去 30 天)
how can i superimpose the image...
this is my gray image
this is my binary image
thnx :)

采纳的回答

Image Analyst
Image Analyst 2016-3-29
  3 个评论
Image Analyst
Image Analyst 2016-3-29
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, []);

请先登录,再进行评论。

更多回答(0 个)

Community Treasure Hunt

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

Start Hunting!

Translated by