Combine 3 images ( R + G + B) in an RGB
Ältere Kommentare anzeigen
Hi
I have three separate images into each component (R, G, B). I want to put them together in a RGB image.
What would be the code?
Thank you.
Antworten (1)
Image Analyst
am 23 Mai 2012
rgbImage = cat(3, R, G, B);
Kategorien
Mehr zu Image Processing Toolbox finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!