how to superimpose the image of retina?

1 回表示 (過去 30 日間)
Farah Nadiah
Farah Nadiah 2016 年 3 月 29 日
コメント済み: Farah Nadiah 2016 年 3 月 29 日
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, []);
Farah Nadiah
Farah Nadiah 2016 年 3 月 29 日
if i get this image how can i change the red to black color.. thanx :) </matlabcentral/answers/uploaded_files/48688/sp2.jpg>

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeImage Processing Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by