Saving an image in matlab with same dimension (250 x 250)
이전 댓글 표시
While saving an image in matlab using .tif or .jpg or etc etc extensions when i try to read that file using imread option the dimensions are changed.
Example:-
In matlab a figure shows dimension of (250 x 250) i saved it using .png or etc etc next when i tried to read that file for furthur implementation the dimensions are changed to (1364 x 1246) so
HOW TO MAINTAIN THE IMAGES WITH SAME DIMENSION (250 x 250)???
댓글 수: 5
LUI PAUL
2015년 4월 7일
If possible give a sample image..it'll be easier to understand the problem.
Geoff Hayes
2015년 4월 7일
Also include the code that you are using to save the image (or is it a figure?) to a file.
ROSHAN MOHAPATRA
2015년 4월 8일
ROSHAN MOHAPATRA
2015년 4월 8일
ROSHAN MOHAPATRA
2015년 4월 8일
답변 (1개)
Ingrid
2015년 4월 8일
0 개 추천
do you know this submission on the matlab file exchange
it is a very good function to tackle these kind of problems and I always use it to save figures instead of the built-in options
카테고리
도움말 센터 및 File Exchange에서 Convert Image Type에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
