convert and represent XYZ color values to their 3d color space
조회 수: 8 (최근 30일)
이전 댓글 표시
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)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/646850/image.png)
thanks U so much! ^^
댓글 수: 0
답변 (1개)
Sulaymon Eshkabilov
2021년 6월 9일
Use the following matlab's built in fcns:
xyz2rg(XYZ_DATA)
xyz2lab(XYZ_DATA)
xyz2rgbwide(XYZ_DATA)
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Import, Export, and Conversion에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!