48 bit per pixel image
显示 更早的评论
May any one Explame with referance of matlab:
PNG with a bitdepth of 16 (per channel) and passing a 3 channel uint16 matrix, resulting in a 48 bit per pixel image.
how to do this matlab.
I shell be thankful to you. Thanks
1 个评论
Sean de Wolski
2011-5-2
What is your question? How to read one in? How to convert to this? How to convert from this to something else? Be specific, we can't answer a non-question.
回答(2 个)
Sean de Wolski
2011-5-3
I = cat(3,r,g,b);
imshow(I)
类别
在 帮助中心 和 File Exchange 中查找有关 Image Preview and Device Configuration 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!