please tell me how to perform color transform

 Respuesta aceptada

KL
KL el 11 de Abr. de 2015
Editada: KL el 11 de Abr. de 2015
color_img = imread('image.png');
gray_img = rgb2gray(color_img);
imshow(gray_img)

Más respuestas (1)

Image Analyst
Image Analyst el 11 de Abr. de 2015

0 votos

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 comentario

Image Analyst
Image Analyst el 12 de Abr. de 2015
I do not know what the axes represent. I do not know what colorization algorithm they are using. Sorry.

Iniciar sesión para comentar.

Etiquetas

Preguntada:

el 11 de Abr. de 2015

Comentada:

el 12 de Abr. de 2015

Community Treasure Hunt

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

Start Hunting!

Translated by