I want to convert gray image to RGB image.
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I want to convert a gray image to an RGB image while maintaining the size after resizing in the code I wrote. What should I do?
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/455674/image.jpeg)
0 Kommentare
Antworten (1)
Sahithi Kanumarlapudi
am 14 Dez. 2020
Hi,
I understand that you want to convert a gray image into RGB image. The function 'ind2rgb' can be used to do so.
You can refer the following link for more info on ind2rgb function
The following links have some examples
Hope this helps!
0 Kommentare
Siehe auch
Kategorien
Mehr zu Modify Image Colors finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!