Borrar filtros
Borrar filtros

Converting typical Matrix / TRC RGB profiles to CIE Lab

3 visualizaciones (últimos 30 días)
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?

Respuesta aceptada

Roger Breton
Roger Breton el 16 de En. de 2022
The above code works just fine :-)
Thank you!

Más respuestas (0)

Categorías

Más información sobre Image Filtering and Enhancement en Help Center y File Exchange.

Productos


Versión

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by