Converting typical Matrix / TRC RGB profiles to CIE Lab

조회 수: 4 (최근 30일)
Roger Breton
Roger Breton 2022년 1월 16일
답변: Roger Breton 2022년 1월 16일
Not 100% clear on the documentation?
I want to create a cform that converts from RGB to Lab out of a typical 'Matrix/TRC' profile. So far, I plan to use this code to accomplish this :
P3Prof = iccread('Display P3.icm');
cform_XYZP3 = makecform('mattrc',P3Prof,'Direction','forward') % Output is XYZ
cform_LabP3 = makecform('xyz2lab');
LabP3 = applycform(rgb,cform_LabP3);
Does that make any sense?

채택된 답변

Roger Breton
Roger Breton 2022년 1월 16일
The above code works just fine :-)
Thank you!

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Image Filtering and Enhancement에 대해 자세히 알아보기

제품


릴리스

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by