How to handle montage image?
1 回表示 (過去 30 日間)
古いコメントを表示
Hello everyone.
After using the "montage" function, how can I apply the rgb2gray to the montage image?
Thanks in advance!
0 件のコメント
採用された回答
Image Analyst
2020 年 7 月 1 日
Use imtile() instead.
rgbMulti = imtile(...............
grayImage = rgb2gray(rgbMulti);
0 件のコメント
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!