how to superimpose the image of retina?

3 次查看(过去 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 个)

类别

Help CenterFile Exchange 中查找有关 Image Processing and Computer Vision 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by