Skip to main content

swap_red_blue

Function swap_red_blue 

Source
pub fn swap_red_blue<T: PixelComponent>(
    input: ImageView<'_, T, 3>,
) -> VisionResult<Image<T, 3>>
Expand description

Swaps the red and blue channels of a three-channel image.