cielab2cmc_dE
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
Compatibilità della piattaforma
Windows macOS LinuxCategorie
- Image Processing and Computer Vision > Image Processing Toolbox > Image Segmentation and Analysis > Image Segmentation > L*a*b* Color Space >
Tag
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.
| Versione | Pubblicato | Note della release | |
|---|---|---|---|
| 1.0.0.0 |
