resize image on read
Mostrar comentarios más antiguos
I am working with very high-resolution images, where reading in the image takes most of the processing time. Is there a more efficient method of reading a resized version of the image than X = imresize(imread('img.png'), ratio)?
The documentation for imread mentions a 'ReductionLevel' parameter, but it isn't present for my images. Moreover, it doesn't provide the same level of flexibility as imresize.
Note: I can't save a resized version of the image, since the resizing ratio changes depending on the algorithm and storage becomes an issue.
Thanks for the help!
2 comentarios
KALYAN ACHARJYA
el 20 de Oct. de 2019
.....very high-resolution images....
Sizes?
Nathan Jessurun
el 20 de Oct. de 2019
Editada: Nathan Jessurun
el 20 de Oct. de 2019
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Read, Write, and Modify Image en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!