cielab2cmc_dE

CIELAB2CMC(refX,samX) calculates colordifference CMC(2:1) in
1,7K download
Aggiornato 18 set 2001

Nessuna licenza

function CMC=cielab2cmc(refX,samX)
CIELAB2CMC(refX,samX) calculates colordifference CMC(2:1) in
CIE-L*a*b* colorspace between references (refX) and
samples (samX)

refX and samX should hold [L a b] values.
CMC between refX and samX is calculated on each row.
If refX contains 1 row and samX contains N rows
the value of each row in samX is compared to refX.

refX samX
[L1 a1 b1] -> [L1 a1 b1] => CMC1
[L2 a2 b2] -> [L2 a2 b2] => CMC2
. . .
[LN aN bN] [LN aN bN] => CMCN

or

refX samX
[L a b] -> |-> [L1 a1 b1] => CMC1
|-> [L2 a2 b2] => CMC2
|-> . .
|-> [LN aN bN] => CMCN

see also CIELab2dE

version 1.1; 22 feb 2000 by Nop Elemans
nop@nops.demon.nl

------------------------

CIELAB2DE calculates colordifference dE in
CIE-L*a*b* colorspace between references (refX) and
samples (samX)

Cita come

Nop Elemans (2025). cielab2cmc_dE (https://it.mathworks.com/matlabcentral/fileexchange/750-cielab2cmc_de), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R11
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.0.0.0