changing the colour gray

1 回表示 (過去 30 日間)
kash
kash 2013 年 3 月 18 日
I have a binary image with black background and a white object in circle ,now i want to change the colour of white to gray plz help
  4 件のコメント
Jan
Jan 2013 年 3 月 18 日
@kash: Please post the class of the input, because "binary image" is not an exact definition.
kash
kash 2013 年 3 月 19 日
the class is logical

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

採用された回答

Image Analyst
Image Analyst 2013 年 3 月 19 日
grayValue = uint8(128); % or whatever you want in the range of 1-255
grayScaleImage = grayValue * uint8(binaryImage);

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeConvert Image Type についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by