why does imwrite change the image's pixel size?
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I know it's odd, but imwrite command happens to change my image's pixel size. Does anyone have a proper explanation for this? Thank you
6 comentarios
Walter Roberson
el 7 de Oct. de 2018
You should probably not be using imwrite for ArcGIS.
MATLAB has no default for pixel scale. Only a small number of image formats accept scale information for imwrite and if it is not provided by the user then imwrite does not emit it into the image. imwrite is rather restricted in the metadata it can write.
Respuestas (1)
JESUS MARTINEZ
el 1 de Abr. de 2020
Hi, Sorry to bump into this thread but I have similar issue.
I am using some filters and I am feeding with an image of 50x50 pixels aprox, but the imwrite outputs a much larger file of 400x400 pixels aprox or so.
ITs frustrating cause I am trying to measure specific areas (in pixels) in both images but due to the resize...Its not apples to apples any longer.
Any help? thanks
6 comentarios
Ishtiaque Ahmed khan
el 30 de Ag. de 2020
@Jesus Martinez
Hello,
May I please know how you resolved the problem?
I am having same issue.
Please help.
Ver también
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!