How to handle montage image?

2 visualizzazioni (ultimi 30 giorni)
John Doe
John Doe il 1 Lug 2020
Risposto: Image Analyst il 1 Lug 2020
Hello everyone.
After using the "montage" function, how can I apply the rgb2gray to the montage image?
Thanks in advance!

Risposta accettata

Image Analyst
Image Analyst il 1 Lug 2020
Use imtile() instead.
rgbMulti = imtile(...............
grayImage = rgb2gray(rgbMulti);

Più risposte (0)

Categorie

Scopri di più su Image Processing Toolbox in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by