how to display the working space gamuts in lab color space using matlab?
조회 수: 2 (최근 30일)
이전 댓글 표시
I want to know how to display one or two working space gamuts in any of four different color spaces such as lab\xyY. The working space include CIE RGB/sRGB.etc. It was like the picture in below.
댓글 수: 0
답변 (1개)
Image Analyst
2015년 10월 19일
I have a gamut display app (attached) I wrote but it's pretty primitive. I've been asking for something like this for a long time. I know a developer on the Image Processing team wrote a much better one but it's not released yet as part of the toolbox. You can call the Mathworks and ask for it and they might give it to you.
댓글 수: 5
Image Analyst
2015년 10월 20일
Yes, you can use rgb2xyz() or rgb2lab() and get new images in those color spaces. Then you can use the same code with those images to make a 3D scatterplot.
참고 항목
카테고리
Help Center 및 File Exchange에서 Color에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!