RGBto XYZ CIE 1931 Code

4 次查看(过去 30 天)
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

采纳的回答

KALYAN ACHARJYA
KALYAN ACHARJYA 2022-1-26
Here
CIE_image=rgb2xyz(RGB_image);
Matlab Doc: Here
  1 个评论
Image Analyst
Image Analyst 2022-4-22
@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.

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Logical 的更多信息

产品


版本

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by