Borrar filtros
Borrar filtros

How to convert RGB to CIE Lab color space.

2 visualizaciones (últimos 30 días)
Deepak Panda
Deepak Panda el 14 de Oct. de 2015
Respondida: Walter Roberson el 14 de Oct. de 2015
Is there any difference between these two procedures of rgb to lab conversion.
1. colorTransform = makecform('srgb2lab'); lab = applycform(rgbImage, colorTransform);
2. rgb2lab

Respuesta aceptada

Walter Roberson
Walter Roberson el 14 de Oct. de 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"

Más respuestas (0)

Categorías

Más información sobre Image Processing Toolbox en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by