pub fn lanczos_kernel(x: f64, a: f64) -> f64Expand description
Lanczos kernel function - returns the weight based on the distance from the target point https://en.wikipedia.org/wiki/Lanczos_resampling
pub fn lanczos_kernel(x: f64, a: f64) -> f64Lanczos kernel function - returns the weight based on the distance from the target point https://en.wikipedia.org/wiki/Lanczos_resampling