Borrar filtros
Borrar filtros

lab recombination for channel processing

3 visualizaciones (últimos 30 días)
Ignacio Verdugo
Ignacio Verdugo el 4 de Feb. de 2018
Comentada: Ignacio Verdugo el 4 de Feb. de 2018
hello world!
I'm processing some images in the Lab space color, independently for each channel. After that I want to recombine them. I know there's a command to recombine RGB channels. Is this code suitable for Lab?
I'm asking because the way each color space is constructed is different.
recombinedLab=cat(3, channel_L, Channel_a, Channel_b);

Respuesta aceptada

Image Analyst
Image Analyst el 4 de Feb. de 2018
That will work fine.

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