필터 지우기
필터 지우기

how to save an image?

조회 수: 1 (최근 30일)
Sivakumaran Chandrasekaran
Sivakumaran Chandrasekaran 2012년 10월 6일
I got an embedded image as an output. I want to store it automatically while running the code and i need to work on that image? how to store an image using imwrite command?
  댓글 수: 2
Matt J
Matt J 2012년 10월 6일
편집: Matt J 2012년 10월 6일
What information are you asking for beyond what is already given in "doc imwrite"?
Image Analyst
Image Analyst 2012년 10월 6일
And what exactly does "embedded" mean? How is that different than any other variable in your program?

댓글을 달려면 로그인하십시오.

답변 (1개)

Image Analyst
Image Analyst 2012년 10월 7일
imwrite(yourImageArray, filename);

카테고리

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