how to choose the color map

5 views (last 30 days)
tawheed jan
tawheed jan on 2 Nov 2013
Answered: Image Analyst on 2 Nov 2013
i have converted the image from grayscale to indexed.now i want this to be converted to rgb.how to do this using colormap.

Answers (1)

Image Analyst
Image Analyst on 2 Nov 2013
rgbImage = ind2rgb(indexedImage, yourColorMap);

Tags

No tags entered yet.

Community Treasure Hunt

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

Start Hunting!