フィルターのクリア

convert and represent XYZ color values ​​to their 3d color space

2 ビュー (過去 30 日間)
thelong le
thelong le 2021 年 6 月 9 日
回答済み: Sulaymon Eshkabilov 2021 年 6 月 9 日
I just learned about matlab, my first exercise is to convert the color space of an image from RGB to XYZ and represent the color value of that image to the corresponding color space, (specifically, the XYZ color space. ) I have tried quite a lot, can you help me with the solution?
The pixel cloud will be shown in the color space below.
lotChromaticity("ColorSpace","uv","View",3,"BrightnessThreshold",0)
thanks U so much! ^^

回答 (1 件)

Sulaymon Eshkabilov
Sulaymon Eshkabilov 2021 年 6 月 9 日
Use the following matlab's built in fcns:
xyz2rg(XYZ_DATA)
xyz2lab(XYZ_DATA)
xyz2rgbwide(XYZ_DATA)

カテゴリ

Help Center および File ExchangeConvert Image Type についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by