How to create an image from an RGB Matrix
3 ビュー (過去 30 日間)
古いコメントを表示
I have a RGB matrix and that is very big. However I would like to create an image out of it. Can you please help?
7 件のコメント
Greg
2018 年 3 月 22 日
You keep mentioning loops, what in the world are you looping?
KSSV gave the full answer, don't put any other code with it. 1584x2780x3 is not a big RGB matrix. That should display nearly instantaneously.
Jan
2018 年 3 月 22 日
@Pavel Chatterjee: I agree with Greg: The problem is not the display of the array, but the creation. Then post the code, which takes so much time. Usually a forgotten pre-allocation is a cause for slow code, but a 1584x2780 array is not large, such that this would waste some seconds of runtime only.
採用された回答
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Convert Image Type についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!