How to convert RGB to CIE Lab color space.

4 ビュー (過去 30 日間)
Deepak Panda
Deepak Panda 2015 年 10 月 14 日
回答済み: Walter Roberson 2015 年 10 月 14 日
Is there any difference between these two procedures of rgb to lab conversion.
1. colorTransform = makecform('srgb2lab'); lab = applycform(rgbImage, colorTransform);
2. rgb2lab

採用された回答

Walter Roberson
Walter Roberson 2015 年 10 月 14 日
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 件)

Community Treasure Hunt

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

Start Hunting!

Translated by