How to convert an image from rgb to l*a*b color space without using any function???
10 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
i want to change rgb image into l*a*b color space without using makecform() and applycform() functions.....how can it be done???????
4 comentarios
Respuestas (2)
John Barber
el 11 de Nov. de 2013
Here is a good reference for color space conversions:
Once you understand the basics of color spaces and converting between them, writing a short function to do a conversion from sRGB to Lab should be quite easy.
0 comentarios
Image Analyst
el 11 de Nov. de 2013
You can find "book formulas" here: http://www.easyrgb.com/index.php?X=MATH First go from RGB to XYZ, then go from XYZ to Lab.
1 comentario
Ver también
Categorías
Más información sobre Convert Image Type en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!