Hello everyone.
After using the "montage" function, how can I apply the rgb2gray to the montage image?
Thanks in advance!

 採用された回答

Image Analyst
Image Analyst 2020 年 7 月 1 日

1 投票

Use imtile() instead.
rgbMulti = imtile(...............
grayImage = rgb2gray(rgbMulti);

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeImages についてさらに検索

質問済み:

2020 年 7 月 1 日

回答済み:

2020 年 7 月 1 日

Community Treasure Hunt

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

Start Hunting!

Translated by