pub fn resize_rgb_to_gray_into(
input: ImageView<'_, u8, 3>,
output: ImageViewMut<'_, u8, 1>,
) -> VisionResult<()>Expand description
Fuses bilinear RGB resize and BT.601 grayscale conversion into caller-owned storage.
pub fn resize_rgb_to_gray_into(
input: ImageView<'_, u8, 3>,
output: ImageViewMut<'_, u8, 1>,
) -> VisionResult<()>Fuses bilinear RGB resize and BT.601 grayscale conversion into caller-owned storage.