please tell me how to perform color transform

1 次查看(过去 30 天)
....

采纳的回答

KL
KL 2015-4-11
编辑:KL 2015-4-11
color_img = imread('image.png');
gray_img = rgb2gray(color_img);
imshow(gray_img)

更多回答(1 个)

Image Analyst
Image Analyst 2015-4-11
There are many color transform functions: rgb2gray(), ind2rgb(), rgb2lab(), rgb2hsv(), rgb2ycrcb(), makecform(), etc. And of course you could make up your own transform. Which do you want?
  1 个评论
Image Analyst
Image Analyst 2015-4-12
I do not know what the axes represent. I do not know what colorization algorithm they are using. Sorry.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Image Processing Toolbox 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by