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!