How to handle montage image?

2 ビュー (過去 30 日間)
John Doe
John Doe 2020 年 7 月 1 日
回答済み: Image Analyst 2020 年 7 月 1 日
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 日
Use imtile() instead.
rgbMulti = imtile(...............
grayImage = rgb2gray(rgbMulti);

その他の回答 (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