RGB and LAB values
이전 댓글 표시
The RGB values and LAB values of a particular location on an image will be different. How can I display these values ? Should I find RGB value of the location first and then convert it into LAB color space, or is there any other way?
채택된 답변
추가 답변 (1개)
Hrishikesh Borate
2020년 11월 16일
0 개 추천
Hi,
I understand that you want to display LAB color space values. By default, the Image Processing Toolbox represents colors in RGB values, but to get LAB values, rgb2lab function can be used.
카테고리
도움말 센터 및 File Exchange에서 Convert Image Type에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!