load_rgb_image

Function load_rgb_image 

Source
pub fn load_rgb_image(
    image_path: &Path,
    width: usize,
    height: usize,
) -> ArrayBase<OwnedRepr<f32>, Dim<[usize; 4]>>