RGBto XYZ CIE 1931 Code

3 ビュー (過去 30 日間)
Navid Pazouki
Navid Pazouki 2022 年 1 月 26 日
コメント済み: Image Analyst 2022 年 4 月 22 日
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
  1 件のコメント
Stephen23
Stephen23 2022 年 1 月 26 日

サインインしてコメントする。

採用された回答

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 Center および File ExchangeMATLAB についてさらに検索

製品


リリース

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by