pub fn sample_bilinear<P: Pixel>(
    img: &impl GenericImageView<Pixel = P>,
    u: f32,
    v: f32
) -> Option<P>
Expand description

Image sampling Linearly sample from an image using coordinates in [0, 1].