Converting multispectral images to single RGB image
5 次查看(过去 30 天)
显示 更早的评论
I have N gray-scale images (MxM each) which represent transmission coefficient of the sample at the given lambda of the spectrum. (VIS spectrum, each image for a single lambda). The idea is construct one RGB-image of the sample from the given set of images which would reflect visual perception of the sample in color.
Is there some build-in function in Matlab converting CIE to RGB color space? ycbcr2rgb function is not exactly what I am looking for, since the initial data is in another format. In other words, are there some CIE 1931 RGB Color matching functions in Matlab which can be easily accessed to solve my task?
0 个评论
回答(3 个)
Ashish Uthama
2013-10-9
Greg, I am not too familar with this domain - have a look at makecform, maybe you might get some ideas from it.
Rabia
2017-11-30
Hello Greg,
I see that it is quite an old post with no solution in the comments. Were you able to find a solution for this? I have a similar problem and looking for solution. Thanks.
0 个评论
Gamal E.
2018-6-20
Concatenation of three different bands (one for each color channel) will absolutely give you a color image of the scene. The quality of the color image you will obtain depends on the three bands you selected.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Color 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!