RGBto XYZ CIE 1931 Code

2 visualizaciones (últimos 30 días)
Navid Pazouki
Navid Pazouki el 26 de En. de 2022
Comentada: Image Analyst el 22 de Abr. de 2022
Hello All,
is there any code to convert RGB to xyz CIE 1931 ? I tried many suggestions of matlab, they don't really work correctly.
I need these RGB 232 255 255 and 13 13 80 converted to xyz CIE 1931.
I will be very glad to have an answer.
Thanks

Respuesta aceptada

KALYAN ACHARJYA
KALYAN ACHARJYA el 26 de En. de 2022
Here
CIE_image=rgb2xyz(RGB_image);
Matlab Doc: Here
  1 comentario
Image Analyst
Image Analyst el 22 de Abr. de 2022
@Navid Pazouki You said "I tried many suggestions of matlab, they don't really work correctly." Well, rgb2xyx() seems like the very first thing you'd try. Why do you say it doesn't work correctly.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Image Processing Toolbox en Help Center y File Exchange.

Productos


Versión

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by