matlab code to convert xyzcolor space into lab color pace
조회 수: 2 (최근 30일)
이전 댓글 표시
how we can convert xyz color space into lab color space by using matlab coding
댓글 수: 0
답변 (2개)
Titus Edelhofer
2011년 12월 21일
Hi,
if you have the Image Processing Toolbox available, use the function makecform (with parameter 'xyz2lab'). Otherwise: take a look e.g. at http://brucelindbloom.com/ where the formulae are given. It's straigt forward to implement in MATLAB.
Titus
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Color에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!