How do I read an image that is in the buffer
2 ビュー (過去 30 日間)
古いコメントを表示
I would like to read an image file that is in the buffer (after it has been grabbed). Currently I write the file and then read it from the matlab code to process the image but would like to avoid the write/read step. Any suggestions are welcome.
Thanks, ram
0 件のコメント
回答 (1 件)
Image Analyst
2013 年 5 月 9 日
If it got into a buffer in the first place, then you already have it. You couldn't have called imwrite() if you did not already have the image.
4 件のコメント
参考
カテゴリ
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!