Info

此问题已关闭。 请重新打开它进行编辑或回答。

imresize() Extra Resolution Benefit Limit

1 次查看(过去 30 天)
Maxime Rivard
Maxime Rivard 2017-12-14
关闭: MATLAB Answer Bot 2021-8-20
Hi, I'm generating highly detailed images at much higher resolution than what will be displayed and/or printed, and I use imresize() with either bilinear or bicubic interpolation to bring down the resolution to displayable/printable resolution in order to get extra details at lower resolution.
My question: is there a 'maximally useful' super resolution, after which the downsampling gains no benefit (2 times or 4 times, for example), or the higher the resolution of the original image, the higher the effect on the downsized image (10 times,100 times more pixels,etc). In more technical terms, since the interpolation kernels only use 2x2 (bilinear) or 4x4(bicubic) pixels, does the resizing algorithm only use these neighboring points and discards the rest, or does it downsample many times, re-using the newly created pixels until the final lower resolution is reached(or some other iterative application).
Thank you very much.

回答(0 个)

此问题已关闭。

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by