필터 지우기
필터 지우기

How do I read an image that is in the buffer

조회 수: 1 (최근 30일)
Ram
Ram 2013년 5월 9일
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