How to convert a gray image to colour image
1 view (last 30 days)
Show older comments
How to convert an image which is in gray to a colour image.?
1 Comment
Yuji Zhang
on 10 Jan 2014
Hi~
I don't understand too much about unit8 things.
I did some test, hopefully helpful.
p1 = imread('p1.jpg');
I = im2double(p1);
pcolor(I(:,:,1)); shading interp;
Answers (0)
See Also
Categories
Find more on Modify Image Colors in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!