How to convert RGB to CIE Lab color space.
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Deepak Panda
am 14 Okt. 2015
Beantwortet: Walter Roberson
am 14 Okt. 2015
Is there any difference between these two procedures of rgb to lab conversion.
1. colorTransform = makecform('srgb2lab'); lab = applycform(rgbImage, colorTransform);
2. rgb2lab
0 Kommentare
Akzeptierte Antwort
Walter Roberson
am 14 Okt. 2015
makecform('srgb2lab') uses WhitePoint 'ICC' by default. rgb2lab() uses whitepoint 'D65' by default.
https://en.wikipedia.org/wiki/ICC_profile "a 16-bit fractional approximation of D50"
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Color finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!