Lanczos kernel for image resizing (imresize function)

13 visualizaciones (últimos 30 días)
Georgios Batsios
Georgios Batsios el 4 de Feb. de 2021
Respondida: Rohit Pappu el 9 de Feb. de 2021
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!

Respuestas (1)

Rohit Pappu
Rohit Pappu el 9 de Feb. de 2021
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

Categorías

Más información sobre Just for fun en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by