필터 지우기
필터 지우기

HOW TO SAVE A MATRIX INTO THE IMAGE

조회 수: 4 (최근 30일)
ajith
ajith 2012년 10월 6일
댓글: Image Analyst 2018년 2월 23일
HOW TO SAVE THE MATRIX INTO THE IMAGE for example into (.jpg) format

채택된 답변

Image Analyst
Image Analyst 2012년 10월 6일
I think you're probably wanting to know about imwrite(). See the help for full documentation.

추가 답변 (2개)

Saket Dandawate
Saket Dandawate 2012년 10월 6일
This should work
imwrite(mat2gray(IMAGE),'ImageName.jpg');

Deepraj Adhikary
Deepraj Adhikary 2018년 2월 23일
Can anyone please help me store the image below in the form of a matrix?
-Deepraj Adhikary
  댓글 수: 1
Image Analyst
Image Analyst 2018년 2월 23일
Isn't it already in a matrix after you called imread() to read it in from disk???? Exactly what form is this image starting in?

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

카테고리

Help CenterFile Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by