Function image::imageops::sample::catmullrom_kernel

source ยท
pub(crate) fn catmullrom_kernel(x: f32) -> f32
Expand description

Calculate the Catmull-Rom cubic spline. Also known as a form of BiCubic sampling in two dimensions.