imageproc::seam_carving

Function draw_vertical_seams

Source
pub fn draw_vertical_seams(
    image: &GrayImage,
    seams: &[VerticalSeam],
) -> Image<Rgb<u8>>
Expand description

Draws a series of seams on image in red. Assumes that the provided seams were removed in the given order from the input image.