Retain rgb image after processing
Mostrar comentarios más antiguos
Hi all. how are you?
How can I retain a colored image from a processed image.
I know how to extract RGB color components(channels as they are referred to in most posts i have read so far). I also know i can get the color map from an original image after indexing it using the
`rgb2ind`
function. This would work for me but the problem is the end result after my processing is an MxN double matrix. so using
`ind2rgb`
just gave me a totally black image.
How can i apply the originally extracted colors or colormap to this double matrix to retain something similar to the original image.
I searched around but couldnt come to an answer.
Thank you very much.
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Orange en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
