Retain rgb image after processing
古いコメントを表示
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.
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Blue についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
