how to choose the color map
Show older comments
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
on 2 Nov 2013
rgbImage = ind2rgb(indexedImage, yourColorMap);
Categories
Find more on Blue in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!