rgb2xyz converter martrix different from other references

조회 수: 1 (최근 30일)
Xuechu Xu
Xuechu Xu 2018년 6월 19일
댓글: Walter Roberson 2018년 6월 19일
Hello, I have a question about the color space transform function.
I found that images.color.linearRGBToXYZConverter martrix has some difference with the martrix I can find on website, as below
martrix in matlab - Parameter Value
0.41246 0.21267 0.019334
0.35758 0.71515 0.11919
0.18044 0.072175 0.9503
martrix in other -
[0.412453 0.357580 0.180423]
[0.212671 0.715160 0.072169]
[0.019334 0.119193 0.950227]
I wonder why there are differences? Thanks.
  댓글 수: 3
Xuechu Xu
Xuechu Xu 2018년 6월 19일
Thank you, by the way how can I call this martrix in matlab? I found it in color converter document previously, but unable to make further process on it (like using a "format long g" command).
Walter Roberson
Walter Roberson 2018년 6월 19일
s = images.color.linearRGBToXYZConverter;
s.ConversionParameters.M

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Data Distribution Plots에 대해 자세히 알아보기

제품


릴리스

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by