pub fn rgb_to_gray_into(
input: ImageView<'_, u8, 3>,
output: ImageViewMut<'_, u8, 1>,
) -> VisionResult<()>Expand description
Converts RGB u8 pixels into caller-owned gray storage without allocating.
pub fn rgb_to_gray_into(
input: ImageView<'_, u8, 3>,
output: ImageViewMut<'_, u8, 1>,
) -> VisionResult<()>Converts RGB u8 pixels into caller-owned gray storage without allocating.