How to save the image generated in matlab??
3 ビュー (過去 30 日間)
古いコメントを表示
I have a image of 4000*2000 size which is jpeg and two dimensional. I used this image intensity values to get a new image which is of same size (verified by using whos command), but when i m trying to save this new image it is being saved as 250*500 size where as i want it to be of 4000*2000
0 件のコメント
回答 (1 件)
Image Analyst
2013 年 2 月 17 日
Use imresize()
3 件のコメント
Image Analyst
2013 年 2 月 17 日
編集済み: Image Analyst
2013 年 2 月 17 日
If your image is 4000x2000 then using imwrite() to save it in jpeg format won't change the size. You must have done something to change the size in advance of calling imwrite(). Show your line of code where you call imwrite() plus a few lines before it, so I can see what you've done. And show the result of the whos command also
参考
カテゴリ
Help Center および File Exchange で Image Processing Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!