Lanczos kernel for image resizing (imresize function)
13 ビュー (過去 30 日間)
古いコメントを表示
Hi!
I would like to know how the lanczos2 kernel works in imresize function.
Also does anyone know if there is a reference that I can use in a scientific publication?
Thanks!
0 件のコメント
回答 (1 件)
Rohit Pappu
2021 年 2 月 9 日
The Lanczos-2 algorithm precalculates the coefficients based on the resize factor. The model calls the lanczos2_coeffi.m script to calculate and store these coefficients. The script calculates the Lanczos-2 coefficients using 6 taps and 32 phases.
Additional documentation and references can be found here
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!