Function sample_bilinear
fn sample_bilinear<P: Pixel, impl GenericImageView<Pixel = P>: GenericImageView<Pixel = P>>(img: &impl GenericImageView<Pixel = P>, u: f32, v: f32) -> Option<P>
Linearly sample from an image using coordinates in [0, 1].