How to handle montage image?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Hello everyone.
After using the "montage" function, how can I apply the rgb2gray to the montage image?
Thanks in advance!
0 Commenti
Risposta accettata
Image Analyst
il 1 Lug 2020
Use imtile() instead.
rgbMulti = imtile(...............
grayImage = rgb2gray(rgbMulti);
0 Commenti
Più risposte (0)
Vedere anche
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!