pub fn gray_to_rgb<T: PixelComponent>(
input: ImageView<'_, T, 1>,
) -> VisionResult<Image<T, 3>>Expand description
Replicates a gray channel into RGB.
pub fn gray_to_rgb<T: PixelComponent>(
input: ImageView<'_, T, 1>,
) -> VisionResult<Image<T, 3>>Replicates a gray channel into RGB.