cielab2cmc_dE

CIELAB2CMC(refX,samX) calculates colordifference CMC(2:1) in
1.7K Downloads
Updated 18 Sep 2001

No License

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)

Cite As

Nop Elemans (2024). cielab2cmc_dE (https://www.mathworks.com/matlabcentral/fileexchange/750-cielab2cmc_de), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R11
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0.0