RGBto XYZ CIE 1931 Code

조회 수: 5 (최근 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

채택된 답변

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