Generate image in particular colormap in Matlab -
i have grayscale image in matlab want convert rgb image. plot can do
imagesc(img) colormap jet
or replace colormap jet
other colormap. how actual array of rgb values give equivalent image if image(img)
?
Comments
Post a Comment