matlab code to convert xyzcolor space into lab color pace
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
how we can convert xyz color space into lab color space by using matlab coding
0 Commenti
Risposte (2)
Titus Edelhofer
il 21 Dic 2011
Hi,
if you have the Image Processing Toolbox available, use the function makecform (with parameter 'xyz2lab'). Otherwise: take a look e.g. at http://brucelindbloom.com/ where the formulae are given. It's straigt forward to implement in MATLAB.
Titus
0 Commenti
Vedere anche
Categorie
Scopri di più su Color in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!