HOW TO SAVE A MATRIX INTO THE IMAGE

2 次查看(过去 30 天)
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