How do I read an image that is in the buffer

1 次查看(过去 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

回答(1 个)

Image Analyst
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 个评论
Ram
Ram 2013-5-9
Thank you. Reading the notes on the function, I think it will work out.
Image Analyst
Image Analyst 2013-5-10
Did it? If so, then please mark this as "Answered"

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Convert Image Type 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by