imresize with bicubic DOWNsampling
이전 댓글 표시
Dear MATLAB users,
imresize offers 'bilinear' and 'bicubic' methods for resizing images. For upsampling it is clear that these are interpolation methods that use 2x2 or 4x4 neighborhoods to establish a surface and sample at the new location.
However, for downsampling the neighborhoods need to be larger, i.e. a filter needs to be applied. I don't understand what 'bilinear' and 'bicubic' should be in this context and I cannot find a description anywhere. Could you explain or point me to the right documentation?
Best,
Eddy
댓글 수: 1
T.
2019년 8월 13일
4 years later and the question still remains! Having an input with range [0 ... 255] one example result for scale = 0.25 is in the range [-3 ... 66]. What is computed inside this function?
답변 (1개)
KALYAN ACHARJYA
2019년 8월 14일
0 개 추천
댓글 수: 1
Li Yinghuan
2022년 6월 27일
Thank you for your PPT, I had saw the contain, that (Slide Nos: 30 to 36) may displays the averaging down-sample method, but haven't the "bicubic" down-sample method.Could you point me the related documentation?
카테고리
도움말 센터 및 File Exchange에서 Multirate Signal Processing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!